---
title: "Reads all Schedules"
method: GET
path: "/api/2026-07-01/resources/work_schedule/schedules"
tags: ["WorkSchedule > Schedule"]
---

# Reads all Schedules

`GET /api/2026-07-01/resources/work_schedule/schedules`

Reads all Schedules

## Query parameters

- `ids[]` string[]
- `with_employee_ids` boolean, required
- `with_periods` boolean, required

## Response `200`

OK

- object
  - `data` WorkScheduleSchedule[]
    - `id` string, required
    - `name` string, required
    - `archived_at` string
    - `company_id` string, required
    - `created_at` string, required
    - `updated_at` string, required
    - `employee_ids` string[], required
    - `periods` unknown[], required
      - unknown
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
