---
title: "List employee paystubs"
method: GET
path: "/employees/{employee}/paystubs"
---

# List employee paystubs

`GET /employees/{employee}/paystubs`

Returns a list of paystubs for the specified employee.

## Path parameters

- `employee` string, required

## Query parameters

- `payroll` string
- `limit` integer
- `status` string
- `start` string, date
- `end` string, date
- `type` string

## Response `200`

200

- object
  - `next` unknown
  - `previous` unknown
  - `results` object[]
    - `payroll` string
    - `payday` string
    - `period_start` string
    - `period_end` string
    - `company` object
      - `trade_name` unknown
      - `legal_name` string
      - `address` object
        - `line1` string
        - `line2` unknown
        - `city` string
        - `state` string
        - `postal_code` string
        - `country` string
      - `phone` string
    - `void_of` unknown
    - `voided_by` unknown
    - `employee` object
      - `first_name` string
      - `middle_name` unknown
      - `last_name` string
      - `residence` object
        - `line1` string
        - `line2` unknown
        - `city` string
        - `state` string
        - `postal_code` string
        - `country` string
      - `ssn_last_four` unknown
    - `earnings` object[]
      - `type` string
      - `code` unknown
      - `earning_code` unknown
      - `amount` string
      - `amount_ytd` string
      - `hours` integer
      - `hours_ytd` integer
      - `name` string
      - `current_earnings` object[]
        - `description` string
        - `amount` string
        - `hours` integer
        - `workplace` string
        - `rate` string
    - `reimbursements` unknown[]
      - unknown
    - `employee_taxes` object[]
      - `amount` string
      - `amount_ytd` string
      - `description` string
    - `company_taxes` object[]
      - `amount` string
      - `amount_ytd` string
      - `description` string
    - `employee_benefit_contributions` unknown[]
      - unknown
    - `company_benefit_contributions` unknown[]
      - unknown
    - `post_tax_deductions` unknown[]
      - unknown
    - `summary` object
      - `earnings` string
      - `earnings_ytd` string
      - `reimbursements` string
      - `reimbursements_ytd` string
      - `employee_taxes` string
      - `employee_taxes_ytd` string
      - `company_taxes` string
      - `company_taxes_ytd` string
      - `employee_benefit_contributions` string
      - `employee_benefit_contributions_ytd` string
      - `company_benefit_contributions` string
      - `company_benefit_contributions_ytd` string
      - `post_tax_deductions` string
      - `post_tax_deductions_ytd` string
      - `net_pay` string
      - `net_pay_ytd` string
    - `time_off_balances` object
      - `pto_balance_hours` unknown
      - `sick_balance_hours` unknown
      - `state_covid_sick_balance_hours` unknown

---

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