---
title: "Returns all current schedules"
method: GET
path: "/schedules/current/"
tags: ["Schedules"]
---

# Returns all current schedules

`GET /schedules/current/`

## Query parameters

- `date` string
- `host` string
- `cloud` string

## Response `200`

Schedule

- Schedule
  - `start` string
  - `end` string
  - `build_start` string
  - `build_end` string
  - `assignment_id` integer
  - `host_id` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.dev/quadsproject/apis/quads.md) · [All operations](https://skmtc.dev/quadsproject/apis/quads/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quadsproject/quads/revisions/a060ee3d649d/schema)
