---
title: "GET /groups/{group_id}/on-call-schedules"
method: GET
path: "/groups/{group_id}/on-call-schedules"
tags: ["groups"]
---

# GET /groups/{group_id}/on-call-schedules

`GET /groups/{group_id}/on-call-schedules`

Gets the list of on call schedules attached to a group.

## Path parameters

- `group_id` string, uuid, required

## Response `200`

The on call schedules attached to the group.

- 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/versions/13b58df96d40/schema)
