---
title: "List pay schedules"
method: GET
path: "/pay_schedules"
---

# List pay schedules

`GET /pay_schedules`

Returns a list of pay schedules.

## Query parameters

- `company` string
- `limit` integer

## Response `200`

200

- object[]
  - `id` string
  - `company` string
  - `name` string
  - `pay_frequency` string
  - `first_payday` string
  - `second_payday` string
  - `first_period_end` string
  - `metadata` object

## Other responses

- `400` — 400

---

[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/versions/f46e28134549/schema)
