Skip to main content
POST
List ticket messages
List paginated messages for a ticket chat.

Required access

Body

string
required
Ticket chat UUID to list messages for. Use the records[].id value from List tickets; do not pass the human-readable ticket code.
string
Cursor from the previous response.
integer
default:"25"
Number of messages to return. The minimum is 1 and the maximum is 100.
string
Channel kind for channel-specific message shaping, such as whatsapp.
boolean
default:"true"
Whether to return platform-facing messages.

Response

object[]
required
Message records.
string
Message ID.
string
Message role.
string
Message content.
string
Message creation timestamp.
string
Cursor for the next page. This is null when there is no next page.