---
title: "Reads all Policies"
method: GET
path: "/api/2026-07-01/resources/timeoff/policies"
tags: ["Timeoff > Policy"]
---

# Reads all Policies

`GET /api/2026-07-01/resources/timeoff/policies`

Reads all Policies

## Query parameters

- `ids[]` string[] — The policies ids to retrieve.
- `company_ids[]` string[] — The company ids to retrieve policies.

## Response `200`

OK

- object
  - `data` TimeoffPolicy[]
    - `id` string, required — The policy id.
    - `name` string, required — Policy name.
    - `main` boolean — Is the main policy? It will return true if it's the main policy if not it will return false.
    - `company_id` string, required — The company id.
    - `description` string — The policy description.
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
