Skip to main content
GET
List case messages

Authorizations

Authorization
string
header
required

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

Path Parameters

caseId
string
required

Platform case id (cas_{ULID})

Pattern: ^cas_[0-9A-HJKMNP-TV-Z]{26}$
Example:

"cas_01ARZ3NDEKTSV4RRFFQ69G5AV"

Query Parameters

cursor
string

Opaque list Cursor from a previous links.next.cursor (API-0013)

limit
integer

Page-size hint for the first page (1–250). Frozen into the Cursor for the rest of the scroll; ignored when cursor is present.

Required range: x <= 250
expand

Repeated field names on the list item to expand. Allowlisted: none. Unknown names are invalid.

Response

Messages listed successfully, oldest first

Paginated case conversation, oldest first

data
object[]
required
hasMore
boolean
required

True when another page exists; always equals links.next != null