The rendered final schedule containing all on-call entries. This is the processed schedule after all rotations and overrides have been applied for the requested time period.
Direct URL to view the schedule in PagerDuty's web interface. Useful for creating links in reports or CSV output.
The human-readable name of the schedule. As configured in PagerDuty's schedule settings.
IANA timezone identifier for the schedule. Defines the schedule's working hours and is crucial for OOH calculations. Can be overridden via command-line options if needed.
Represents a complete PagerDuty schedule with its configuration and entries.
This is the top-level interface for a PagerDuty schedule object returned by the API. It contains both the schedule metadata (name, URL, timezone) and the actual rendered schedule entries showing who was on-call and when.
Remarks
This interface maps directly to the PagerDuty API's schedule response format. The timezone specified here is crucial for accurate OOH (Out of Hours) calculations, as it determines when "end of work day" occurs for different teams.
See
API - Get Schedule
Example