---
title: "Get Schedule"
method: GET
path: "/v1/schedule/{schedule_id}"
---

# Get Schedule

`GET /v1/schedule/{schedule_id}`

## Path parameters

- `schedule_id` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- GetCronJobResponse
  - `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/versions/f48cef80963f/schema)
