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

# Returns all future schedules

`GET /schedules/future/`

## Query parameters

- `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)
