v5
latestOpenAPI 3.1.02026-07-31151195455.5 KBgroups
Gets the list of on call schedules attached to a group.
get/groups/{group_id}/on-call-schedules
Path parameters
group_idstring uuid required
The ID of the group.
Response
The on call schedules attached to the group.
Example response
{
"on_call_schedules": [
{
"on_call_schedule_id": "50d5e9f6-f23f-4d5a-ae91-b2640cf3975e",
"third_party_provider": "PAGER_DUTY",
"remote_id": "P7OWH2R",
"name": "Customer Support On-Call"
},
{
"on_call_schedule_id": "4d61592c-ed61-4b13-8f22-2fac1c49f574",
"third_party_provider": "OPSGENIE",
"remote_id": "72a8cb04-9e25-465d-a932-992f72077c61",
"name": "Opal Backend On-Call"
}
]
}