---
title: "GET /v1/agents/{agent_id}/schedule"
method: GET
path: "/v1/agents/{agent_id}/schedule"
tags: ["schedules"]
---

# GET /v1/agents/{agent_id}/schedule

`GET /v1/agents/{agent_id}/schedule`

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

- GetScheduleResponse
  - `schedule` Schedule
    - `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

- `404`

## Changes

- **2026-08-29** `25985b432ca6` — 1 info
  - added the optional property `schedule/oneOf[#/components/schemas/Schedule]/timezone` to the response with the `200` status

[Change history](https://skmtc.dev/twin/apis/twin-api/changes/v1/agents/:agent_id/schedule/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)
