Conversations
Get Conversations
Get all conversations of agents that user owns. With option to restrict to a specific agent.
GET
/
v1
/
convai
/
conversations
Headers
xi-api-key
string
Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.
Query Parameters
cursor
string
Used for fetching next page. Cursor is returned in the response.
agent_id
string
The id of the agent you're taking the action on.
call_successful
enum<string>
The result of the success evaluation
Available options:
success
, failure
, unknown
page_size
integer
default: 30How many conversations to return at maximum. Can not exceed 100, defaults to 30.
Required range:
1 < x < 100
Response
200 - application/json
conversations
object[]
requiredhas_more
boolean
requirednext_cursor
string
Was this page helpful?