---
title: "Get a list of paycheck objects"
method: GET
path: "/rest/paychecks"
tags: ["Paychecks"]
---

# Get a list of paycheck objects

`GET /rest/paychecks`

Returns a collection of paycheck objects. This object details a person's pay and pay period.

## Query parameters

- `filter[job.id]` string, uuid
- `filter[status]` 'ESTIMATED' | 'PROCESSING' | 'IN_TRANSIT' | 'DEPOSITED'
- `filter[deposit_expected_at__gte]` string, date-time
- `filter[deposit_expected_at__lt]` string, date-time
- `filter[pay_period_ends_at__gte]` string, date-time
- `filter[pay_period_ends_at__lt]` string, date-time
- `filter[pay_period_starts_at__gte]` string, date-time
- `filter[pay_period_starts_at__lt]` string, date-time
- `filter` string

## Response `200`

Returns the paycheck object.

## Other responses

- `400` — Bad Request
- `401` — Invalid authentication credentials
- `403` — Not authorized to perform this operation
- `500` — Unexpected error occured

---

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