get_oncall_shift
Retrieve detailed information about a specific Grafana OnCall shift using its unique ID to access shift schedules, team assignments, and coverage periods.
Instructions
Get detailed information for a specific Grafana OnCall shift
Input Schema
Name | Required | Description | Default |
---|---|---|---|
shiftId | Yes | The ID of the shift to get details for |
Input Schema (JSON Schema)
{
"properties": {
"shiftId": {
"description": "The ID of the shift to get details for",
"type": "string"
}
},
"required": [
"shiftId"
],
"type": "object"
}