---
title: "Get a pay schedule"
method: GET
path: "/pay_schedules/{pay_schedule}"
---

# Get a pay schedule

`GET /pay_schedules/{pay_schedule}`

Returns the specified pay schedule.

## Path parameters

- `pay_schedule` string, required

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