---
title: "List wake schedules"
method: GET
path: "/wake/schedules"
tags: ["Wake"]
---

# List wake schedules

`GET /wake/schedules`

Returns the org's wake.dispatch schedules.

## Response `200`

List of wake schedules

- object
  - `success` true, required
  - `data` object[], required
    - `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

---

[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)
