Skip to main content
Returns a single ticket by its ID, with all of its conversations embedded — the primary conversation with the requester plus any side conversations (e.g. a thread with a supplier). Fetch each conversation’s messages via List messages.

Authentication

Bearer token in the Authorization header. See Authentication.

Path parameters

string
required
Ticket ID prefixed with ti_.

Response

Returns a Ticket object with one extra field:
array
Every conversation on the ticket, ordered by createdAt ascending. Exactly one has role: "primary".

Examples

Fetch a ticket

Response

Error responses

See Errors for the full error envelope reference.