---
title: "Returns information about all planned schedules."
method: POST
path: "/schedules"
tags: ["Schedules"]
---

# Returns information about all planned schedules.

`POST /schedules`

## Request body

- SchedulesFilter
  - `teamIds` string[], nullable
  - `userId` string, nullable
  - `minDate` string, date-time, nullable
  - `maxDate` string, date-time, nullable
  - `limit` integer, nullable

## Response `200`

OK

- ScheduleDetails[]
  - `end` string, date-time
  - `id` string, nullable
  - `options` integer
  - `start` string, date-time
  - `teamId` string, nullable
  - `userId` string, nullable
  - `standInInfo` StandInInfo
    - `unavailableUserId` string, nullable
    - `unavailableUserScheduleId` string, nullable
  - `shiftInfo` ShiftInfo
    - `shiftId` string, nullable
    - `intervalId` string, nullable
  - `tierId` integer

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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