get_availability
Retrieve bookable time slots for a scheduling page using its slug, with an optional ISO-8601 UTC window. Returns slot timings, title, and duration.
Instructions
Get bookable slots for a scheduling page by its slug, optionally within an ISO-8601 UTC window (from_iso/to_iso). Returns {slug, title, duration_minutes, slots: [ISO datetimes]}. Omit the window for the page's full horizon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| to_iso | No | ||
| from_iso | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||