---
title: "/work_schedules"
method: GET
path: "/work_schedules"
---

# /work_schedules

`GET /work_schedules`

Returns a collection of your account work_schedules. Required scope: `r_account`.

## Path parameters

- `subdomain` string, required

## Response `200`

200

- object[]
  - `id` string
  - `name` string
  - `status` string
  - `work_days` object[]
    - `day_of_week` string
    - `work_hours` string
    - `break_duration` string
    - `work_intervals` object[]
      - `to_time` string
      - `from_time` string
    - `break_intervals` unknown[]
      - unknown
  - `week_starts_on` string
  - `work_hours` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/workable/apis/account-root.md) · [All operations](https://skmtc.net/workable/apis/account-root/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workable/account-root/versions/3ead9ec42165/schema)
