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

**What is Overtime Compensation?**
Overtime can be compensated in three ways:
- **Paid in cash**: Overtime is paid out
- **Turned into vacation days**: Overtime is swapped for days off
- **Ignored**: Overtime is removed without compensation

**What is returned:**
- Compensation type
- Date of compensation
- Number of hours compensated
- Related information (e.g., target year for vacation conversions)

**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-getovertimecompensationhistory" />
