get_schedule
Fetch a schedule by ID to view its weekly intervals. For holidays, use list_business_hours.
Instructions
Fetch one schedule by ID, including its weekly intervals. For schedule + holidays in one call use list_business_hours, Zendesk holidays live on a separate sub-resource and get_schedule alone won't surface them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Schedule ID | |
| instance | No | Override the sticky instance for this call |