---
title: "Get all holidays"
method: GET
path: "/api/v2/holidays"
tags: ["Holidays"]
---

# Get all holidays

`GET /api/v2/holidays`

List holidays.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `holiday` list endpoints — pass a single condition or a logical group.
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.
  - FilterHoliday — Filter parameters for holidays.
    - `after` union — Filter by after.
      - After — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` After — unresolved $ref
        - `contains` After — unresolved $ref
        - `not_contain` After — unresolved $ref
        - `not_eq` After — unresolved $ref
    - `holiday_calendar_id` union — Filter by the associated holiday calendar.
      - object — Filter using explicit operator syntax.
        - `contains` HolidayCalendarId — unresolved $ref
        - `not_contain` HolidayCalendarId — unresolved $ref
        - `eq` HolidayCalendarId — unresolved $ref
        - `not_eq` HolidayCalendarId — unresolved $ref
      - HolidayCalendarId — unresolved $ref
    - `before` union — Filter by before.
      - object — Filter using explicit operator syntax.
        - `not_eq` Before — unresolved $ref
        - `eq` Before — unresolved $ref
        - `contains` Before — unresolved $ref
        - `not_contain` Before — unresolved $ref
      - Before — unresolved $ref

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection holiday

---

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