List Conversations
Retrieve a list of conversations for agents belonging to the authenticated user.Filter conversations by agent ID
Number of conversations to return per page (1-100)
Filter by call success status: ‘success’ or ‘failure’
Filter conversations started before this Unix timestamp
Filter conversations started after this Unix timestamp
Filter by user ID
Include summary in response: ‘include’ or ‘exclude’
Pagination cursor for next page
Response
Array of conversation objects
Unique conversation identifier
Associated agent ID
Name of the agent
Conversation status
Array of conversation transcript entries
Additional conversation metadata
ISO 8601 timestamp when conversation started
Total number of conversations matching the query
Pagination cursor for the next page
Whether there are more results available
Pagination
Use thecursor field from the response to fetch the next page:
Error Responses
Unauthorized - Invalid or missing authentication
Bad request - Missing API key or invalid parameters
Bad gateway - ElevenLabs API error
