List chats

Retrieve a list of chats, optionally filtered by agent ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

agent_idstringOptional
Filter chats by agent ID.
limitintegerOptionalDefaults to 10
Limit the number of chats to return.
cursorstringOptional
Cursor to start from.

Response

200
statusstring or null
Whether the request was successful.
responseobject or null

Errors