---
title: "Get an employee's pay stubs"
method: GET
path: "/v1/employees/{employee_id}/pay_stubs"
tags: ["Payrolls"]
---

# Get an employee's pay stubs

`GET /v1/employees/{employee_id}/pay_stubs`

Get an employee's pay stubs.

Results are returned in reverse chronological order (newest first).

scope: `pay_stubs:read`

## Path parameters

- `employee_id` string, required

## Query parameters

- `page` integer
- `per` integer

## Headers

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

## Response `200`

successful

- object[]
  - `uuid` string, required — The UUID of the employee pay stub.
  - `check_date` string — The check date of the pay stub.
  - `gross_pay` string — The gross pay amount for the pay stub.
  - `net_pay` string — The net pay amount for the pay stub.
  - `payroll_uuid` string — A unique identifier of the payroll to which the pay stub belongs.
  - `check_amount` string — The check amount for the pay stub.
  - `payment_method` 'Direct Deposit' | 'Check' — The payment method for the pay stub.

## Other responses

- `404` — Not Found

---

[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)
