list_oncall_teams
Retrieve a list of teams configured in Grafana OnCall to manage on-call rotations and incident response assignments.
Instructions
List teams configured in Grafana OnCall
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | The page number to return |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"description": "The page number to return",
"type": "number"
}
},
"type": "object"
}