---
title: "List linked holiday calendars"
method: GET
path: "/v3/schedules/{id}/holiday-calendars"
tags: ["Schedules"]
---

# List linked holiday calendars

`GET /v3/schedules/{id}/holiday-calendars`

<small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>

Returns all holiday calendars linked to the specified schedule.

## Path parameters

- `id` integer, required

## Response `200`

List of linked holiday calendars

- object[]
  - `id` integer — Unique identifier for the holiday calendar
  - `name` string — Name of the holiday calendar
  - `calendarType` string — Type of calendar (e.g., "predefined", "custom")
  - `countryCode` string — ISO 3166-1 alpha-2 country code

## Other responses

- `400` — Invalid id parameter
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to view this schedule
- `404` — Schedule not found
- `429` — Too Many Requests

---

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