Skip to main content
GET
Retrieve the full message dialogue history for a given conversation ticket (inbox_id). Messages default to ascending chronological order (asc) suitable for chat rendering.

Authentication

This endpoint requires Bearer token authentication.

Path Parameters

string
required
Bearer token for authentication. Format: Bearer <token>.
string
required
Unique UUID identifier of the inbox ticket whose message thread is being requested.

Query Parameters

integer
default:"50"
Maximum number of messages to retrieve (1 to 100).
integer
default:"0"
Pagination offset (minimum 0).
string
default:"asc"
Chronological ordering direction (asc or desc).

Response Fields

integer
Total number of messages in the ticket conversation thread.
integer
Calculated page index.
integer
Count of returned messages in current batch.
object[]
Ordered array of message entries.