list_bookings
Retrieve property bookings from OwnerRez with filters for status, arrival window, and properties. Optionally includes guest details and charge breakdowns.
Instructions
List bookings.
OwnerRez bounds this endpoint by since_utc (bookings created or changed
since a UTC time), not by stay dates — so a time bound is always sent. Use
arrival_start / arrival_end to narrow to a stay window client-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Booking status filter: "active", "canceled", or "pending". Defaults to "active"; pass null for all statuses. | active |
| max_items | No | Safety cap on results. | |
| since_utc | No | Only bookings changed on/after this UTC time (ISO-8601, e.g. 2026-01-01T00:00:00Z). Defaults to 180 days ago. | |
| arrival_end | No | Keep only bookings arriving on/before this date (YYYY-MM-DD). | |
| property_ids | No | Optional comma-separated property IDs to filter by. | |
| arrival_start | No | Keep only bookings arriving on/after this date (YYYY-MM-DD). | |
| include_guest | No | Include guest contact details on each booking. | |
| include_charges | No | Include the financial charge breakdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||