v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBList 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.
Path parameters
ID of the lead whose activities to return.
Query parameters
Cursor-based pagination anchor. Pass the last returned item's id to fetch the next page. Default 0 (start from beginning).
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.
Offset for offset-based pagination. Ignored when currentId > 0. Default 0.
Page size, 1–1000. Default 10.
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.
Timezone in IANA format (e.g. America/Los_Angeles). Affects activityTime formatting. Defaults to user configured timezone if not provided.
Headers
Bearer [access_token]
Response
Unified activity entries for the lead.
Example response
{
"activities": [
{
"activityTime": "2026-03-19T10:30:00-07:00"
}
]
}