get_dashboard_reservations
Get a paginated list of reservations from the dashboard analytics view. Filter by status or branch to analyze reservation data.
Instructions
Get a paginated list of reservations from the dashboard analytics view, optionally filtered by status and branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paged | No | Page number | |
| branch | No | Branch ID or 'all' | |
| status | No | Filter by reservation status | |
| per_page | No | Reservations per page (default 10) |