---
title: "Get approved payroll reversals"
method: GET
path: "/v1/companies/{company_id}/payroll_reversals"
tags: ["Payrolls"]
---

# Get approved payroll reversals

`GET /v1/companies/{company_id}/payroll_reversals`

Returns all approved Payroll Reversals for a Company.

scope: `payrolls:read`

## Path parameters

- `company_id` string, required

## Query parameters

- `page` integer
- `per` integer

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `200`

Example response

- PayrollReversal[]
  - `reversed_payroll_uuid` string — The UUID for the payroll run being reversed.
  - `reversal_payroll_uuid` string, nullable — The UUID of the payroll where the reversal was applied.
  - `reason` string — A reason provided by the admin who created the reversal.
  - `approved_at` string, nullable — Timestamp of when the reversal was approved.
  - `category` string, nullable — Category chosen by the admin who requested the reversal.
  - `reversed_employee_uuids` string[] — Array of affected employee UUIDs.

## Other responses

- `404` — Not Found The requested resource does not exist. Make sure the provided UUID is valid.

---

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