list_reservations
Retrieve table reservations with filters for date, status, branch, and guest details. View paginated results including guest info, date/time, and status.
Instructions
List table reservations with optional filters. Returns paginated results including guest info, date/time, status, and branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paged | No | Page number (default 1) | |
| branch | No | Filter by branch/location ID | |
| search | No | Search by guest name, email, or invoice | |
| status | No | Filter by status | |
| per_page | No | Items per page (default 10) | |
| food_order | No | Filter by whether a food order is attached | |
| date_range_end | No | End date filter (YYYY-MM-DD) | |
| date_range_start | No | Start date filter (YYYY-MM-DD) |