List Bookings
ownerrez_list_bookingsSearch and filter bookings by property or last update time. Retrieve compact details or full records, optionally with owner amounts and commission charges.
Instructions
Search bookings. Requires property_ids OR since_utc. Compact view by default (id, property, guest, arrival, departure, status); full=true for every field. Use limit to cap. include_charges adds owner_amount/commission (implies full).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Bookings arriving on/before this date. | |
| from | No | Bookings departing on/after this date. | |
| full | No | Return every field instead of the compact view. | |
| limit | No | ||
| status | No | ||
| since_utc | No | Bookings created/changed since this UTC datetime. | |
| property_ids | No | Filter to these property ids. | |
| include_charges | No | Include charge lines (owner_amount, commission). Returns full detail. |