Alerting & Response/On-Call
GETOnCallSince 1.0SynchronousAuth Required
GetOnCallSchedule
Get details of a specific on-call schedule by UUID
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the schedule to retrieve
Responses
Endpoint
GET/api/v1/oncall/schedules/{uuid}
/api/v1/oncall/schedules/{uuid}
Request Example
curl -X GET '{host}/api/v1/oncall/schedules/{uuid}' -H 'Authorization: Bearer {token}'
Response Example
200{
"uuid": "sched-00112233",
"name": "Platform On-Call",
"description": "24x7 platform on-call rotation",
"timezone": "Asia/Shanghai",
"rotationType": "weekly",
"shiftDuration": "168h",
"members": [
{}
],
"startDate": "example"
}Change History
This API has no change history records yet.
