---
title: "List overrides"
method: GET
path: "/api/{cloudId}/v1/schedules/{scheduleId}/overrides"
tags: ["Schedule overrides"]
---

# List overrides

`GET /api/{cloudId}/v1/schedules/{scheduleId}/overrides`

Lists all ongoing and future overrides of the schedule with given id in the request. It optionally takes two parameters - offset and size.<br> <br> **Permissions required:** Permission to access to the schedule: 
 - the user has read-only administrative right. 
 - the schedule's assigned team is one of the teams that the user belongs to. 
 - the user is added to a rotation of the schedule as a responder. 
 - a team is added to a rotation of the schedule as a responder, and the user is a member of this team. 
 - an escalation is added to a rotation of the schedule as a responder, and the user is a member of this escalation. 
 - there is an override to the user in the schedule.

## Path parameters

- `scheduleId` string, required

## Query parameters

- `size` integer
- `offset` integer

## Response `200`

Returned if the request is successful.

- ListOverridesResponse
  - `values` Override[]
    - `alias` string — Alias of the override.
    - `responder` OverrideResponderInfo — Responder that takes on-call via the override.
      - `type` 'user' | 'noone', required — Type of the responder.
      - `id` string — ID of the responder. Null if the type is `noone`.
    - `startDate` string, date-time — Start time of the override.
    - `endDate` string, date-time — End time of the override.
    - `rotationIds` string[] — IDs of the rotations that override applies to. Null if no rotation is specified during override creation.
  - `links` OverridePaginationLinks — Links for the other pages.
    - `next` string — Link to the next page of results.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the requesting user does not have permission to view the schedule.
- `404` — Returned if the schedule is not found.

---

[API](https://skmtc.net/atlassian/apis/jsm-operations-api.md) · [All operations](https://skmtc.net/atlassian/apis/jsm-operations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jsm-operations-api/versions/ed65f017bcb8/schema)
