List conversations
Returns conversations across your agents, newest first, with cursor pagination.Filter to one agent. Use the agent’s
providerAgentId (from List agents).Filter by outcome:
success, failure, or unknown.Results per page, 1–100.
The
nextCursor from a previous response, to fetch the next page.Pass back as
cursor to get the next page.Whether more pages remain.
Keep following
nextCursor until hasMore is false. A page can occasionally come back empty while hasMore is true — that’s expected; just request the next page.Get a conversation
Returns one conversation with its full transcript and analysis.The conversation id.
The conversation id.
The voice-provider agent id.
The agent’s name.
The conversation status.
Start time (Unix seconds).
Duration in seconds.
Estimated cost of the call in US dollars.
success, failure, or unknown.A summary of the conversation.
A short generated title.
The primary language detected.
inbound, outbound, or null.Variables passed into the agent at the start of the call.