List Calls
Lists calls sorted by start time in descending order for a specific agent. agent_id
is required and if you want to include transcript
in the response, add expand=transcript
to the request. This endpoint is paginated.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Cartesia-Version
Query parameters
agent_id
The ID of the agent.
expand
The fields to expand in the response. Currently, the only supported value is transcript
.
starting_after
(Pagination option)The ID of the call to start after.
ending_before
(Pagination option) The ID of the call to end before.
limit
(Pagination option) The number of calls to return per page, ranging between 1 and 100.
Response
This endpoint returns an object.
data
The list of agent calls.
next_page
The cursor for the next page of results.