---
title: "Get a wake schedule"
method: GET
path: "/wake/schedules/{id}"
tags: ["Wake"]
---

# Get a wake schedule

`GET /wake/schedules/{id}`

Get a wake schedule

## Response `200`

The wake schedule

- object
  - `success` true, required
  - `data` object, required — A cron schedule that sends a wake.dispatch command to a function.
    - `id` string, uuid, required
    - `from_address` string, nullable — The sending identity the wake is signed as.
    - `target_address` string, required — The function address the wake is delivered to.
    - `command` string, required
    - `args` object
    - `cron_expr` string, required — 5-field cron expression.
    - `timezone` string, required — IANA timezone the cron is evaluated in.
    - `next_run_at` string, date-time, required
    - `last_run_at` string, date-time, nullable
    - `enabled` boolean, required
    - `note` string, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `401` — Invalid or missing API key
- `404` — Resource not found

---

[API](https://skmtc.dev/primitive/apis/primitive-api.md) · [All operations](https://skmtc.dev/primitive/apis/primitive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/primitive/primitive-api/revisions/c2299d28022c/schema)
