List ticket replies

GET/support/tickets/{ticket_id}/replies

Returns the ticket conversation in chronological order, oldest message first, using cursor-based pagination. The collection includes messages from the user and from the support team.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Path Parameters

ticket_id*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/support/tickets/string/replies"
Empty