---
title: "Get on call schedules"
method: GET
path: "/on-call-schedules"
tags: ["on-call-schedules"]
---

# Get on call schedules

`GET /on-call-schedules`

Returns a list of `OnCallSchedule` objects.

## Response `200`

A list of on call schedules for your organization.

- OnCallScheduleList
  - `on_call_schedules` OnCallSchedule[], required
    - `on_call_schedule_id` string, uuid — The ID of the on-call schedule.
    - `third_party_provider` 'OPSGENIE' | 'PAGER_DUTY' — The third party provider of the on call schedule.
    - `remote_id` string — The remote ID of the on call schedule
    - `name` string — The name of the on call schedule.

---

[API](https://skmtc.net/opal/apis/opal-api.md) · [All operations](https://skmtc.net/opal/apis/opal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opal/opal-api/revisions/13b58df96d40/schema)
