---
title: "Get entitlements"
method: GET
path: "/api/v2/entitlements"
tags: ["Entitlements"]
---

# Get entitlements

`GET /api/v2/entitlements`

List entitlements.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `entitlement` list endpoints — pass a single condition or a logical group.
  - FilterEntitlement — Filter parameters for listing entitlements (time-off balances). Supports filtering by person, event (absence category), date range, and approval workflow. Standard ID and date operators apply.
    - `end_date` union — Filter by entitlement end date range (`end_date`).
      - object — Filter using explicit operator syntax.
        - `eq` EndDate — unresolved $ref
        - `not_eq` EndDate — unresolved $ref
        - `contains` EndDate — unresolved $ref
        - `not_contain` EndDate — unresolved $ref
      - EndDate — unresolved $ref
    - `event_id` union — Filter by the associated absence event type.
      - object — Filter using explicit operator syntax.
        - `contains` EventId — unresolved $ref
        - `not_contain` EventId — unresolved $ref
        - `eq` EventId — unresolved $ref
        - `not_eq` EventId — unresolved $ref
      - EventId — unresolved $ref
    - `used` union — Filter by the number of days used from the entitlement.
      - Used — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_contain` Used — unresolved $ref
        - `not_eq` Used — unresolved $ref
        - `contains` Used — unresolved $ref
        - `eq` Used — unresolved $ref
    - `date` union — Filter entitlements active on a specific date (where start_date <= date <= end_date).
      - Date — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` Date — unresolved $ref
        - `contains` Date — unresolved $ref
        - `not_contain` Date — unresolved $ref
        - `not_eq` Date — unresolved $ref
    - `start_date` union — Filter by entitlement start date range (`start_date`).
      - object — Filter using explicit operator syntax.
        - `not_eq` StartDate — unresolved $ref
        - `not_contain` StartDate — unresolved $ref
        - `contains` StartDate — unresolved $ref
        - `eq` StartDate — unresolved $ref
      - StartDate — unresolved $ref
    - `person_id` union — Filter by the associated person.
      - object — Filter using explicit operator syntax.
        - `not_contain` PersonId — unresolved $ref
        - `contains` PersonId — unresolved $ref
        - `not_eq` PersonId — unresolved $ref
        - `eq` PersonId — unresolved $ref
      - PersonId — unresolved $ref
    - `allocated` union — Filter by the number of days allocated in the entitlement.
      - Allocated — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` Allocated — unresolved $ref
        - `eq` Allocated — unresolved $ref
        - `not_contain` Allocated — unresolved $ref
        - `not_eq` Allocated — unresolved $ref
    - `id` union — Filter by entitlement ID.
      - object — Filter using explicit operator syntax.
        - `eq` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
        - `contains` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
      - Id — unresolved $ref
  - 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.

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection entitlement

---

[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/82ff0be36937/schema)
