List all calls
cURL
Query Parameters
integer
Number of call records to return per page. Maximum
100, default 20.string
Pagination cursor returned as
next_cursor in a previous response. Omit this parameter to start from the beginning.string
Filter results to calls belonging to a specific rep. Pass the rep’s user ID.
string
Return only calls created on or after this ISO 8601 timestamp (e.g.,
2024-01-01T00:00:00Z).string
Return only calls created on or before this ISO 8601 timestamp (e.g.,
2024-03-31T23:59:59Z).string
Filter by call outcome. Accepted values:
won, lost, follow_up, no_outcome.Response
Response Fields
array
Array of call objects for the current page.
string | null
Opaque cursor to pass as the
cursor query parameter in your next request. null when there are no further pages.boolean
true if additional records exist beyond the current page.Retrieve a call
cURL
Path Parameters
string
required
The unique ID of the call to retrieve.
Response
Response Fields
In addition to all fields returned by the list endpoint, the single-call response includes:array
Ordered array of transcript segments representing the full conversation.

