Schedules
Returns all future schedules
get/schedules/future/
Query parameters
hoststring
Hostname to filter by
cloudstring
Cloud name to filter by
Response
Schedule
Example response
{
"start": "2022-02-02T22:00",
"end": "2022-04-02T22:00",
"build_start": "2022-02-02T22:00",
"build_end": "2022-04-02T22:00",
"assignment_id": 12,
"host_id": 1
}