Get Conversations

GET
/v1/convai/conversations

Get all conversations of agents that user owns. With option to restrict to a specific agent.

Query parameters

cursorstringOptional

Used for fetching next page. Cursor is returned in the response.

agent_idstringOptional

The id of the agent you’re taking the action on.

call_successfulenumOptional

The result of the success evaluation

Allowed values: successfailureunknown
page_sizeintegerOptional>=1<=100

How many conversations to return at maximum. Can not exceed 100, defaults to 30.

Response

Successful Response

conversationslist of objects
has_moreboolean
next_cursorstringOptional