list_oncall_schedules
Retrieve Grafana OnCall schedules to manage team rotations and on-call assignments. Filter by team ID or specific schedule to focus on relevant duty rosters.
Instructions
List Grafana OnCall schedules, optionally filtering by team ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | The page number to return (1-based) | |
scheduleId | No | The ID of a specific schedule to retrieve | |
teamId | No | The ID of the team to list schedules for |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"description": "The page number to return (1-based)",
"type": "number"
},
"scheduleId": {
"description": "The ID of a specific schedule to retrieve",
"type": "string"
},
"teamId": {
"description": "The ID of the team to list schedules for",
"type": "string"
}
},
"type": "object"
}