---
title: "Export a holiday calendar as CSV"
method: GET
path: "/v3/holiday-calendars/{id}/export-csv"
tags: ["Holiday Calendars"]
---

# Export a holiday calendar as CSV

`GET /v3/holiday-calendars/{id}/export-csv`

<Warning>
  **Coming soon.** This endpoint will be available by mid-July 2026.
</Warning>

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

Exports the holidays of a calendar as a CSV file. The response filename matches the calendar name.

## Path parameters

- `id` integer, required

## Response `200`

CSV file containing the calendar's holidays

## Other responses

- `400` — Invalid id parameter
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `404` — Holiday calendar 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)
