rfctl activities get#

Get detailed information about a specific activity.

Synopsis#

rfctl activities get <id>

Arguments#

ArgumentDescription
idThe activity ID (required)

Examples#

rfctl activities get 1

Output#

Returns JSON with the activity details:

{
  "id": 1,
  "type": "call",
  "subject": "Discovery call",
  "body": "Discussed product requirements and timeline...",
  "organization_id": 1,
  "user_id": 1,
  "contact_id": 1,
  "deal_id": 1,
  "occurred_at": "2024-01-15T14:00:00Z",
  "created_at": "2024-01-15T14:30:00Z"
}

Errors#

If the activity is not found:

Activity not found: 1