rfctl deals get#

Get detailed information about a specific deal.

Synopsis#

rfctl deals get <id>

Arguments#

ArgumentDescription
idThe deal ID (required)

Examples#

rfctl deals get 1

Output#

Returns JSON with the deal details:

{
  "id": 1,
  "name": "Enterprise License",
  "amount": 50000,
  "currency": "USD",
  "probability": 75,
  "stage_id": 2,
  "owner_id": 1,
  "organization_id": 1,
  "expected_close_date": "2024-03-15",
  "created_at": "2024-01-15T10:30:00Z"
}

Errors#

If the deal is not found:

Deal not found: 1