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

# Get override

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

Returns the details of the override of a schedule with given IDs in the request. <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
- `alias` string, required

## Response `200`

Returned if the request is successful.

- 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.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the requesting user does not have permission to view the override.
- `404` — Returned if the schedule or override 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)
