Skip to main content
GET
Fetch Messages For Agent

Authorizations

Authorization
string
header
required

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

Headers

Api-key
string | null

Path Parameters

conversation_id
string
required

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 100
cursor
string | null

Response

Successful Response

Bounded model-visible conversation history returned to an agent.

messages
MessageResponse · object[]
required
summary
string | null
next_cursor
string | null
has_more
boolean
default:false
message_count
integer
default:0
character_count
integer
default:0