---
title: "Changes to Pay Runs"
method: GET
path: "/hris/pay-runs"
---

# Changes to Pay Runs

`GET /hris/pay-runs`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 15 revisions.

- **2026-08-27** `7fa930b39366` — 15 breaking, 9 info

## Changes

- **2026-08-27** `7fa930b39366` — 15 breaking, 9 info
  - the response property `data/results/items/end_date` became nullable for the status `200`
  - the response property `data/results/items/start_date` became nullable for the status `200`
  - the response property `data/results/items/totals/gross_pay` became optional for the status `200`
  - the response property `data/results/items/totals/net_pay` became optional for the status `200`
  - the response property `data/results/items/totals/paid_amount` became optional for the status `200`
  - the `data/results/items/legal_entity_id` response property's maxLength was unset from `24` for the response status `200`
  - the `data/results/items/legal_entity_id` response property's minLength was decreased from `24` to `0` for the response status `200`
  - the `data/results/items/end_date` response's property type/format changed from `string`/`date-time` to `string, null`/`date` for status `200`
  - the `data/results/items/start_date` response's property type/format changed from `string`/`date-time` to `string, null`/`date` for status `200`
  - the `data/results/items/totals/gross_pay` response's property type/format changed from `number, null`/`double` to `object, null`/`` for status `200`
  - the `data/results/items/totals/net_pay` response's property type/format changed from `number, null`/`double` to `object, null`/`` for status `200`
  - the `data/results/items/totals/paid_amount` response's property type/format changed from `number, null`/`double` to `object, null`/`` for status `200`
  - removed the required property `data/results/items/currency` from the response with the `200` status
  - removed the required property `data/results/items/pay_date` from the response with the `200` status
  - removed the required property `data/results/items/status` from the response with the `200` status
  - the `data/results/items/end_date` response's property pattern `^\d{4}-\d{2}-\d{2}$` was added for the status `200`
  - the `data/results/items/start_date` response's property pattern `^\d{4}-\d{2}-\d{2}$` was added for the status `200`
  - the `data/results/items/legal_entity_id` response's property pattern `^[1-9A-HJ-NP-Za-km-z]+$` was removed for the status `200`
  - added the required property `data/results/items/totals/gross_pay/currency` to the response with the `200` status
  - added the required property `data/results/items/totals/gross_pay/value` to the response with the `200` status
  - added the required property `data/results/items/totals/net_pay/currency` to the response with the `200` status
  - added the required property `data/results/items/totals/net_pay/value` to the response with the `200` status
  - added the required property `data/results/items/totals/paid_amount/currency` to the response with the `200` status
  - added the required property `data/results/items/totals/paid_amount/value` to the response with the `200` status

---

[Operation](https://skmtc.dev/kombo/apis/kombo-api/docs/hris/pay-runs/get.md) · [API](https://skmtc.dev/kombo/apis/kombo-api.md) · [Page](https://skmtc.dev/kombo/apis/kombo-api/changes/hris/pay-runs/get)
