---
title: "Get an employee's vacation pay history for a work assignment"
method: GET
path: "/vacation_pay_history"
tags: ["Vacation Pay"]
---

# Get an employee's vacation pay history for a work assignment

`GET /vacation_pay_history`

This endpoint gets an employee's vacation pay history for a work assignment. The history
includes one record per payroll in a reporting period (specified using `period_start`,
`period_end`, or `pay_date` filters) and includes the opening balance, amount accrued,
amount paid, closing balance, and any balance adjustment line items for the payroll, as
well as basic payroll details.

If you just need a vacation pay balance, use the vacation pay balance endpoint instead.

## Query parameters

- `work_assignment_id` string, required
- `period_start` object
- `period_end` object
- `pay_date` object
- `include_next_payrolls` boolean
- `include_approved_payrolls` boolean
- `sort` 'pay_date'

## Response `200`

OK

- object
  - `object` string — The type of the object in Nmbr (`"list"`).
  - `data` object[]
    - `id` string — The unique identifier of the object in Nmbr.
    - `object` string — The type of the object in Nmbr (`"vacation_pay_history"`).
    - `data` VacationPayHistory

---

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