GET/api/v1/schedules/download

Bulk Schedule Download

Downloads a CSV file containing all active schedules defined in your account, including their configurations and IDs.
GET/api/v1/schedules/download

Note

Use comma as a separator option, do not use tab as a separator option.

Responses

StatusMeaningDescriptionSchema
200OKA CSV file containing all schedules.None
400Bad RequestRequest data failed validation(s)None
404Not FoundNo schedule was found.None
429Too Many RequestsToo Many Requests.None
500Internal Server ErrorAn error occurred while fetching schedules.None

Example Request

# You can also use wget
curl -X GET /api/v1/schedules/download \
  -H 'Accept: text/csv' \
  -H 'Authorization: API_KEY'

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.