get_schedule_v3_rotation_event
Fetch details of a single event in a PagerDuty v3 schedule rotation using schedule, rotation, and event IDs.
Instructions
Get a specific event within a v3 schedule rotation.
Args:
schedule_id: The ID of the v3 schedule
rotation_id: The ID of the rotation
event_id: The ID of the event
Returns:
The rotation event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| rotation_id | Yes | ||
| schedule_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the rotation event | |
| name | No | Display name for this event | |
| self | No | API URL for this event | |
| type | No | Resource type identifier | |
| end_time | No | ZonedDateTime: {date_time, time_zone} | |
| html_url | No | PagerDuty UI URL for this event | |
| recurrence | No | RFC 5545 recurrence rules (e.g. ['RRULE:FREQ=WEEKLY']) | |
| start_time | No | ZonedDateTime: {date_time, time_zone} | |
| effective_since | No | ISO 8601 datetime when this event starts producing shifts | |
| effective_until | No | ISO 8601 datetime when this event stops producing shifts. Null means indefinite. | |
| assignment_strategy | No | How users are assigned on-call |