List Kitchen Tickets
list_kitchen_ticketsRetrieve live kitchen order tickets with filters by status or station. Get ticket details including id, station, status, table, and items.
Instructions
List all kitchen order tickets for the live order board, with optional filters by status or station. Returns ticket id, station, status, table ref, and items. / Lista todos los tickets de cocina del panel en vivo, con filtros opcionales por estado o estacion. Devuelve id, estacion, estado, mesa e items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for cursor-based pagination / Cursor de paginacion | |
| limit | No | Max results (1-100) | |
| offset | No | Offset / Desplazamiento | |
| status | No | Filter by ticket status: on_hold, queued, preparing, ready, served, voided. / Filtrar por estado: on_hold, queued, preparing, ready, served, voided. | |
| stationId | No | Filter by station ID / Filtrar por ID de estacion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| limit | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| nextCursor | No |