who_is_staying
Identify which guests are currently staying at each property. Get guest names, property, and dates for all active stays today.
Instructions
Show who is currently staying in each property (in-house guests).
Returns one row per active stay (arrival <= on_date < departure) with property, guest name, and dates. Defaults to today. Internally pulls active bookings changed in the last ~year and filters by stay date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| on_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||