---
title: "List Holidays"
method: GET
path: "/api/v2/resource_management/holidays"
tags: ["Holiday"]
---

# List Holidays

`GET /api/v2/resource_management/holidays`

Search holidays using query parameters and get the complete holiday objects.

## Query parameters

- `start` integer
- `limit` integer
- `holidayType` string
- `region` string
- `startDate` string
- `endDate` string
- `exclude` string
- `keyList` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- object
  - `data` HolidaySchema[]
    - `createdAt` integer, nullable — Created timestamp for the holiday
    - `updatedBy` string, nullable — User who updated the holiday
    - `isArchived` boolean, nullable — A flag indicating if holiday is archived
    - `holidayDate` integer, nullable, required — Date of the holiday
    - `createdBy` string, nullable — User who created the holiday
    - `holidayName` string, nullable — Name of the holiday
    - `archivedAt` integer, nullable — Archived timestamp for the holiday
    - `updatedAt` integer, nullable — Updated timestamp for the holiday
    - `holidayType` 'public_holiday' | 'optional_holiday', nullable, required — Type of the holiday
    - `region` string, nullable — Region of the holiday
    - `holidayId` integer, nullable — Holiday id
  - `meta` MetaSchema
    - `totalCount` integer, nullable
    - `pageTotalCount` integer, nullable
    - `pageStartIndex` integer, nullable

---

[API](https://skmtc.net/eightfold/apis/api-server-v2-service-service.md) · [All operations](https://skmtc.net/eightfold/apis/api-server-v2-service-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eightfold/api-server-v2-service-service/versions/0fb26f4e41bf/schema)
