List Ticket Messages
gorgias_list_ticket_messagesRetrieve raw messages for a ticket to view its complete conversation history and inspect each message's details.
Instructions
GET /api/tickets/{ticket_id}/messages — List raw messages for a ticket. For a clean, projected conversation view with chronological sorting and internal note detection, use gorgias_smart_get_ticket instead. NOTE: This endpoint is deprecated; prefer gorgias_list_messages with ticket_id filter for pagination support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticket_id | Yes | The unique ID of the ticket whose messages to list |