List Kitchen Tickets
list_kitchen_ticketsRetrieve kitchen order tickets with filters by status or station. Get ticket IDs, station, status, table, and items for live order board management.
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 |
|---|---|---|---|
| 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 | |
| limit | No | Max results (1-100) | |
| offset | No | Offset / Desplazamiento | |
| after | No | Cursor for cursor-based pagination / Cursor de paginacion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| total | Yes | ||
| limit | Yes | ||
| offset | Yes | ||
| nextCursor | No |