list_reservations
[Requires API key with the matching scope] List reservations of the API key tenant. Requires the reservations:read scope. Optional filters: resource_id, from/to (YYYY-MM-DD), status, limit (1-200, default 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date filter YYYY-MM-DD. | |
| from | No | Start date filter YYYY-MM-DD. | |
| limit | No | 1-200, default 50. | |
| status | No | Filter by status (e.g. confirmed, pending, cancelled). | |
| resource_id | No | Filter by resource UUID. |