get_schedule
Retrieve details of a specific PagerDuty schedule using its unique ID.
Instructions
Get a specific schedule by ID.
Args:
schedule_id: The ID of the schedule to retrieve
Returns:
Schedule detailsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schedule_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the schedule | |
| summary | Yes | A short-form, server-generated string that provides succinct information about the schedule | |
| name | Yes | The name of the schedule | |
| description | No | The description of the schedule | |
| time_zone | Yes | The time zone of the schedule | |
| self_url | No | The API URL at which this schedule is accessible | |
| html_url | No | The URL at which this schedule is accessible in the PagerDuty UI | |
| created_at | No | The date/time when this schedule was created | |
| updated_at | No | The date/time when this schedule was last updated | |
| users | No | The users associated with this schedule | |
| teams | No | The teams associated with this schedule | |
| schedule_layers | No | A list of schedule layers for this schedule |