---
search:
  tags:
    - account
    - GET
seo:
  description: >-
    Returns a paginated list of all vacation compensation… Reference for the GET
    /account/employee/vacations/compensation endpoint in the Leadtime Public API
    API.
sidebar:
  badge: GET
  label: Get vacation compensation history
title: Get vacation compensation history
type: openapi-operation
---
Returns a paginated list of all vacation compensation entries for the current employee.

**What is vacation compensation?**
Vacation compensation includes:
- Unused vacation days carried over to the next year
- Vacation days paid out instead of taken
- Vacation days converted from overtime hours
- Manual adjustments (added or deducted days)

**What is returned:**
- Compensation type
- Year and target year (for carryovers)
- Number of days
- Creation date

**Note:** This endpoint is only available for employee accounts. Supports server-side pagination, sorting, and filtering via grid query parameters.

<Operation source="api-reference" id="accountcontroller-getvacationcompensation" />
