Get Message
gorgias_get_messageRetrieve a single message from a specific Gorgias ticket by ID. Get full message details including content, sender, receiver, attachments, timestamps, and metadata.
Instructions
GET /api/tickets/{ticket_id}/messages/{id} — Retrieve a single message by its ID within a specific ticket. Returns the full TicketMessage object including content, sender/receiver details, attachments, timestamps, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the message to retrieve | |
| ticket_id | Yes | The unique ID of the ticket that contains the message |