List lead activities
Returns a unified list of call, text and email activities for the given lead, including both auto-captured and agent-logged entries, sorted by activityTime ascending.
Notes:
- Caller must have access to the lead; otherwise 404 LEAD_NOT_EXIST.
- Use currentId for cursor-based pagination or offset for offset-based pagination.
Headers
Bearer [access_token]
Path Parameters
ID of the lead whose activities to return.
x >= 1Query Parameters
Cursor-based pagination anchor. Pass the last returned item's id to fetch the next page. Default 0 (start from beginning).
Offset for offset-based pagination. Ignored when currentId > 0. Default 0.
Page size, 1–1000. Default 10.
Timezone in IANA format (e.g. America/Los_Angeles). Affects activityTime formatting. Defaults to user configured timezone if not provided.
Response
Unified activity entries for the lead.
Wrapped response for GET /v2.0/leads/{leadId}/activities. Activity entries are returned under the 'activities' key.
Unified call, text and email activities for the lead, sorted by activityTime ascending.