Get Kitchen Ticket
get_kitchen_ticketRetrieve a kitchen ticket by its ID to get full details including item statuses, station assignment, and table reference.
Instructions
Get a single kitchen ticket by ID. Returns full ticket details including all items, their individual statuses, station assignment, and table reference. / Obtiene un ticket de cocina por ID. Devuelve todos los detalles: items, estados individuales, estacion asignada y referencia de mesa.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Ticket ID / ID del ticket |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| stationId | No | ||
| status | No | queued | preparing | ready | served | cancelled | |
| tableRef | No | ||
| items | No | ||
| createdAt | No | ||
| updatedAt | No |