---
title: "GET /v1/schedules"
method: GET
path: "/v1/schedules"
tags: ["schedules"]
---

# GET /v1/schedules

`GET /v1/schedules`

## Response `200`

- ListSchedulesResponse
  - `schedules` Schedule[], required
    - `agent_id` string, required
    - `auto_paused` boolean, required
    - `consecutive_failures` integer, required
    - `cron` string, required
    - `next_run` integer, required
    - `paused` boolean, required
    - `timezone` string, nullable

## Other responses

- `401`

## Changes

- **2026-08-29** `25985b432ca6` — 1 info
  - added the optional property `schedules/items/timezone` to the response with the `200` status

[Change history](https://skmtc.dev/twin/apis/twin-api/changes/v1/schedules/get.md)

---

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