Alerting & Response/On-Call
GETOnCallSince 1.0SynchronousAuth Required
GetOnCallCurrentShift
Get the currently active on-call shift for a given schedule
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 whose current shift to retrieve
Responses
Endpoint
GET/api/v1/oncall/schedules/{uuid}/current-shift
/api/v1/oncall/schedules/{uuid}/current-shift
Request Example
curl -X GET '{host}/api/v1/oncall/schedules/{uuid}/current-shift' -H 'Authorization: Bearer {token}'
Response Example
200{
"userId": "user-abc123",
"userName": "Alice Smith",
"startTime": "example",
"endTime": "example",
"isOverride": false
}Change History
This API has no change history records yet.
