get_schedule_v3_rotation
Retrieve a specific rotation from a v3 schedule by providing schedule and rotation IDs, returning rotation details and events.
Instructions
Get a specific rotation within a v3 schedule.
Args:
schedule_id: The ID of the v3 schedule
rotation_id: The ID of the rotation
Returns:
The rotation including its events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rotation_id | Yes | ||
| schedule_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the rotation | |
| self | No | API URL for this rotation | |
| type | No | Resource type identifier | |
| events | No | Events in this rotation | |
| html_url | No | PagerDuty UI URL for this rotation |