---
title: "Get on call schedule by ID"
method: GET
path: "/on-call-schedules/{on_call_schedule_id}"
tags: ["on-call-schedules"]
---

# Get on call schedule by ID

`GET /on-call-schedules/{on_call_schedule_id}`

Gets a `OnCallSchedule` object.

## Path parameters

- `on_call_schedule_id` string, uuid, required

## Response `200`

The requested on call schedule.

- OnCallSchedule — # OnCallSchedule Object ### Description The `OnCallSchedule` object is used to represent an on call schedule. ### Usage Example Update a groups on call schedule from the `UPDATE Groups` endpoint.
  - `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/versions/13b58df96d40/schema)
