---
title: "Get all time off balance adjustments for an organization"
method: GET
path: "/v1/org/{orgId}/timeoff/adjustment"
tags: ["timeoffAdjustment"]
---

# Get all time off balance adjustments for an organization

`GET /v1/org/{orgId}/timeoff/adjustment`

## Path parameters

- `orgId` string, required

## Response `200`

List of time off adjustments retrieved successfully

- TimeOffBalanceAdjustment[]
  - `id` string, required — Globally unique id of time off
  - `orgId` string, required — Org that the time off belongs to
  - `timeOffPolicyId` string, required — policy id to tie the balance to
  - `date` string, date, required — date of adjustment
  - `personId` string, required — person to tie the balance adjustment to
  - `days` number, required — balance adjustment
  - `createId` string — created by user id
  - `createBehalfId` string — created on behalf of user id
  - `createAttribution` Attribution
    - `principalUserId` string
    - `agentUserIds` string[]
    - `eventId` string
    - `aiChatId` string
    - `aiToolUseId` string
    - `channel` 'WEB' | 'MOBILE' | 'SLACK' | 'TEAMS' | 'MCP'
  - `createAt` string — created timestamp
  - `updateId` string — last updated by user id
  - `updateBehalfId` string — last updated on behalf of user id
  - `updateAttribution` Attribution
    - `principalUserId` string
    - `agentUserIds` string[]
    - `eventId` string
    - `aiChatId` string
    - `aiToolUseId` string
    - `channel` 'WEB' | 'MOBILE' | 'SLACK' | 'TEAMS' | 'MCP'
  - `updateAt` string — last updated timestamp
  - `deleteId` string — deleted by user id
  - `deleteBehalfId` string — deleted on behalf of user id
  - `deleteAttribution` Attribution
    - `principalUserId` string
    - `agentUserIds` string[]
    - `eventId` string
    - `aiChatId` string
    - `aiToolUseId` string
    - `channel` 'WEB' | 'MOBILE' | 'SLACK' | 'TEAMS' | 'MCP'
  - `deleteAt` string — deleted timestamp

## Other responses

- `403` — Permission denied
- `404` — Organization not found

---

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