List Contact Activities
Activities
List Contact Activities
Retrieve the full activity timeline for a contact (calls, emails, notes, meetings, AI actions)
GET
List Contact Activities
Request
Path Parameters
The contact’s unique ID (UUID)
Query Parameters
Page number for pagination
Activities per page (max: 100)
Filter by activity type:
call, email, meeting, note, task, ai_action, deal_stage_change, list_added, campaign_sent, etc.Only activities on or after this ISO 8601 timestamp
Only activities on or before this ISO 8601 timestamp
Headers
Requires an API key with the
activities:read permission. Activities are returned newest first.Response
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing activities:read permission |
| 404 | contact_not_found | No contact with this ID |
| 429 | rate_limited | Rate limit exceeded |