v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
on-call-schedules

Get on call schedules

Returns a list of OnCallSchedule objects.

get/on-call-schedules

Response

A list of on call schedules for your organization.

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"
    }
  ]
}