---
title: "Get balances for a policy"
method: GET
path: "/v1/workspaces/{workspaceId}/time-off/balance/policy/{policyId}"
tags: ["Balance"]
---

# Get balances for a policy

`GET /v1/workspaces/{workspaceId}/time-off/balance/policy/{policyId}`

## Path parameters

- `workspaceId` string, required — Represents a workspace identifier across the system.
- `policyId` string, required — Represents a policy identifier across the system.

## Query parameters

- `page` integer
- `page-size` integer
- `sort` 'USER' | 'POLICY' | 'USED' | 'BALANCE' | 'TOTAL'
- `sort-order` 'ASCENDING' | 'DESCENDING'

## Response `200`

OK

## Changes

- **2026-08-20** `a5b636acbcd8` — 7 info
  - the `id` response's property default value `` was added for the status `200`
  - the `policyId` response's property default value `` was added for the status `200`
  - the `policyName` response's property default value `` was added for the status `200`
  - the `policyTimeUnit` response's property default value `` was added for the status `200`
  - …3 more

[Change history](https://skmtc.dev/clockify/apis/clockify-api/changes/v1/workspaces/:workspaceId/time-off/balance/policy/:policyId/get.md)

---

[API](https://skmtc.dev/clockify/apis/clockify-api.md) · [All operations](https://skmtc.dev/clockify/apis/clockify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clockify/clockify-api/revisions/a5b636acbcd8/schema)
