Get Ticket
gorgias_get_ticketRetrieve a single ticket's raw API response by ID, including all associated data like customer, messages, tags, custom fields, assignees, and satisfaction survey.
Instructions
GET /api/tickets/{id} — Retrieve a single ticket's raw API response. For a clean, LLM-optimised view with projected messages sorted chronologically, use gorgias_smart_get_ticket instead. Returns the full Ticket object including customer, messages, tags, custom fields, assignees, satisfaction survey, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the ticket to retrieve | |
| relationships | No | Names of related objects to include in the response. Currently the Gorgias API documents 'custom_fields'. |