---
title: "List Schedules"
method: GET
path: "/v1/schedules"
---

# List Schedules

`GET /v1/schedules`

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- ListCronJobsResponse
  - `schedules` GetCronJobResponse[], required — List of cron jobs for the organization.
    - `id` string, required — The unique identifier for the cron job.
    - `simulation_id` string, required — The unique identifier for the associated simulation.
    - `cron_expression` string, required — The cron expression defining the job schedule.
    - `enabled` boolean, nullable — Whether the cron job is enabled.
    - `created_at` string, required — The timestamp when the cron job was created.
    - `timezone` string, nullable — IANA timezone the cron expression is read in. Null means UTC.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/f48cef80963f/schema)
