---
title: "List all timeoffs"
method: GET
path: "/hris/{connection_id}/timeoff"
tags: ["hris", "timeoff"]
---

# List all timeoffs

`GET /hris/{connection_id}/timeoff`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `user_id` string
- `company_id` string
- `type` string
- `start_gte` string
- `end_lt` string
- `status` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- HrisTimeoff[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `user_id` string, required
  - `company_id` string
  - `start_at` string, date-time
  - `end_at` string, date-time
  - `is_paid` boolean
  - `status` 'APPROVED' | 'PENDING' | 'DENIED' | 'CANCELLED'
  - `approver_user_id` string
  - `approved_at` string, date-time
  - `comments` string
  - `reason` string
  - `original_type` string
  - `type` 'VACATION' | 'SICK' | 'HOLIDAY' | 'BEREAVEMENT' | 'PARENTAL' | 'UNPAID' | 'IN_LIEU' | 'OTHER'
  - `duration` number
  - `duration_type` 'HOUR' | 'DAY'
  - `raw` object

## Changes

- **2026-08-26** `88010aaae74e` — 2 info
  - added the enum value `original_type` to the property `items/` of the `query` request parameter `fields`
  - added the optional property `items/original_type` to the response with the `200` status
- **2026-08-20** `aeeac8203aca` — 1 info
  - added the new optional `query` request parameter `status`
- **2026-08-01** `6f28006e0c63` — 1 warning
  - added the new `CANCELLED` enum value to the `items/status` response property for the response status `200`

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/hris/:connection_id/timeoff/get.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc.dev/unified/apis/unified-to-api/revisions/ce0cfee83c14?raw)
