---
title: "List holiday policies"
method: GET
path: "/holiday_policies"
tags: ["Holidays"]
---

# List holiday policies

`GET /holiday_policies`

## Query parameters

- `page` integer

## Response `200`

OK

- object
  - `data` HolidayPolicy[]
    - `id` integer
    - `name` string
    - `country_code` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `metadata` Pagination
    - `page` integer
    - `pages` integer
    - `count` integer
    - `items` integer

---

[API](https://skmtc.net/peopleforce/apis/company-api.md) · [All operations](https://skmtc.net/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopleforce/company-api/versions/ff612e61a4c3/schema)
