---
title: "Returns a dictionary with hosts as keys and schedules as values on a given range of dates"
method: GET
path: "/schedules/hosts_range/"
tags: ["Schedules"]
---

# Returns a dictionary with hosts as keys and schedules as values on a given range of dates

`GET /schedules/hosts_range/`

## Query parameters

- `start` string
- `end` string

## Response `200`

ScheduleHostsRange

- ScheduleHostsRange
  - `host` string
  - `schedules` Schedule[]
    - `start` string
    - `end` string
    - `build_start` string
    - `build_end` string
    - `assignment_id` integer
    - `host_id` integer

## Other responses

- `default` — Unexpected error

## Changes

- **2024-12-19** `790dbec9f48f` — 1 info
  - endpoint added
- **2024-01-29** `73b6d82124fb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/quadsproject/apis/quads/changes/schedules/hosts_range/get.md)

---

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