---
title: "List pay schedules"
method: GET
path: "/pay_schedules"
tags: ["Pay schedules"]
---

# List pay schedules

`GET /pay_schedules`

Retrieve a list of pay schedules within the system.

## Response `200`

OK

- object
  - `data` PaySchedule[]
    - `id` integer
    - `name` string
    - `created_at` string, date-time
    - `updated_at` string

---

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