List Conversations
Retrieve a list of conversations for agents belonging to the authenticated user.string
Filter conversations by agent ID
integer
default:"30"
Number of conversations to return per page (1-100)
string
Filter by call success status: ‘success’ or ‘failure’
integer
Filter conversations started before this Unix timestamp
integer
Filter conversations started after this Unix timestamp
string
Filter by user ID
string
default:"include"
Include summary in response: ‘include’ or ‘exclude’
string
Pagination cursor for next page
Response
array
integer
Total number of conversations matching the query
string
Pagination cursor for the next page
boolean
Whether there are more results available
Pagination
Use thecursor field from the response to fetch the next page:
Error Responses
object
Unauthorized - Invalid or missing authentication
object
Bad request - Missing API key or invalid parameters
object
Bad gateway - ElevenLabs API error
