List ticket messages
Helpdesk
List ticket messages
Returns a ticket’s message thread in chronological order. Supports cursor-based pagination.
GET
List ticket messages
Authorizations
API key from your account settings
Path Parameters
The agent ID
Minimum string length:
1Example:
"5QHA6VB-DIAbBhxwqxfdi"
The ticket number
Required range:
x <= 2147483647Example:
123
Query Parameters
Opaque cursor from a previous response to fetch the next page
Example:
"eyJ0IjoiMjAyNC0wMS0xNVQxMDozMDowMC4wMDBaIiwiaWQiOiJhYmMxMjMifQ=="
Number of items per page (1 to 100, default 20)
Required range:
1 <= x <= 100Example:
20
Comma-separated message types. Defaults to reply,note; system event messages are opt-in.
Example:
"reply,note"
Chronological direction. Defaults to asc, so a thread reads oldest-first. A cursor is only valid for the direction it was issued with.
Available options:
asc, desc Example:
"asc"
