Skip to main content
GET
List the messages of one of the key's conversations

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string
required
conversation_id
string
required

Query Parameters

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 conversation's messages plus the next cursor

data
ApiMessageItem · object[]
required
next_cursor
string | null

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