---
title: "List leave policies"
method: GET
path: "/leave_policies"
tags: ["Leaves"]
---

# List leave policies

`GET /leave_policies`

## Query parameters

- `page` integer

## Response `200`

OK

- object
  - `data` LeaveTypePolicy[]
    - `id` integer
    - `name` string
    - `activity_type` 'not_working_paid' | 'not_working_unpaid' | 'working_paid'
    - `counted_as` 'working_days' | 'calendar_days'
    - `leave_type_id` integer
    - `visibility` boolean
    - `type` 'accrual' | 'manual' | 'external'
    - `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/revisions/ff612e61a4c3/schema)
