Skip to main content
GET
List the key's conversations

Authorizations

Authorization
string
header
required

Agent API key: Authorization: Bearer cht_live_<key_id>.

Path Parameters

agent_id
string
required

Query Parameters

external_user_id
string | null
Maximum string length: 255
date_from
string<date-time> | null
date_to
string<date-time> | null
limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string | null

Response

One page of the key's conversations plus the next cursor

data
ApiConversationItem · object[]
required
next_cursor
string | null

Opaque cursor for the next page; null on the last page