get_hold
Retrieve a scheduling Hold using username, alias, or hold ID. Filter by time range to inspect availability slots after listing holds.
Instructions
Fetch one Hold (scheduling page) by username, alias, or holdShortId. POST /v2/getHold. Optional time_min/time_max (ms). Call after get_holds when inspecting availability slots. Alias/name first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | ||
| time_max | No | ||
| time_min | No | ||
| username | No | ||
| hold_short_id | No |