Skip to main content

List Support Ticket Messages

GET 

/api/support/tickets/:ticket/messages

Returns the public thread for a ticket, oldest first, with each message's author and attachments. Internal notes are never included here — see the agent console's equivalent endpoint for those. mentions is always an empty array on public messages (it only carries values on internal notes).

Required scope: support:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Bearer token with the support:read scope, or an authenticated session. Requires the X-Tenant-Id header (or a tenant subdomain).

Request

Responses

OK

Response Headers
    Content-Type