get_current_oncall_users
Retrieve the list of users currently on-call for a specific Grafana OnCall schedule using the schedule ID to identify active responders.
Instructions
Get the list of users currently on-call for a specific Grafana OnCall schedule
Input Schema
Name | Required | Description | Default |
---|---|---|---|
scheduleId | Yes | The ID of the schedule to get current on-call users for |
Input Schema (JSON Schema)
{
"properties": {
"scheduleId": {
"description": "The ID of the schedule to get current on-call users for",
"type": "string"
}
},
"required": [
"scheduleId"
],
"type": "object"
}