---
title: "/timeoff/balances"
method: GET
path: "/timeoff/balances"
---

# /timeoff/balances

`GET /timeoff/balances`

Returns a collection of your time off balances concerning all time off categories. Required scope: `r_timeoff`.

## Query parameters

- `employee_id` string

## Response `200`

200

- object
  - `balances` object[]
    - `units_available` string
    - `units_carry_over_available` string
    - `units_used` string
    - `has_unlimited_timeoff` boolean
    - `category_id` string
    - `time_off_tracking_unit` string
    - `name` string
    - `description` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/workable/apis/account-root.md) · [All operations](https://skmtc.net/workable/apis/account-root/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workable/account-root/versions/3ead9ec42165/schema)
