---
title: "List Employee Leave Policies"
method: GET
path: "/v1/employee/leave-policies"
tags: ["Leave Policies"]
---

# List Employee Leave Policies

`GET /v1/employee/leave-policies`

List the leave policies for the current employee

## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage timeoffs (`time_and_attendance`) | View timeoffs (`timeoff:read`) | Manage timeoffs (`timeoff:write`) |

## Response `200`

Success

- ListLeavePoliciesDetailsResponse — Response schema for listing leave policies details
  - `data` LeavePolicyDetails[], required
    - `custom` boolean, required
    - `leave_policy_variant_id` union, required — The ID of the leave policy variant
      - string, uuid
      - 'time_off' | 'sick_leave' | 'public_holiday' | 'unpaid_leave' | 'extended_leave' | 'in_lieu_time' | 'maternity_leave' | 'paternity_leave' | 'parental_leave' | 'bereavement' | 'military_leave' | 'other' | 'paid_time_off' | 'custom_company_leave' | 'rtt' | 'casual_leave' | 'rol' | 'ex_festivita'
    - `name` string, required
    - `uses_accrual_as_balance` boolean — Whether leave balance is determined by accruals

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
