list_reservations
List reservations from your Hostaway account, filtered by arrival date range and status, displayed as a Markdown table for operational use.
Instructions
List reservations on the connected Hostaway account. Optional filters by arrival date range and reservation status. Returns a Markdown table with the most useful operational fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of reservations to return (1–50, default 20). | |
| status | No | Filter by reservation status (e.g. 'new', 'modified', 'cancelled', 'ownerStay', 'pending', 'awaitingPayment', 'declined', 'expired', 'inquiry', 'inquiryPreapproved', 'inquiryDenied', 'inquiryTimedout', 'inquiryNotPossible'). | |
| arrival_end_date | No | Filter reservations with arrival date on or before this YYYY-MM-DD. | |
| arrival_start_date | No | Filter reservations with arrival date on or after this YYYY-MM-DD. |