---
title: "Get Schedule List"
method: GET
path: "/v1/schedules"
tags: ["SDK API"]
---

# Get Schedule List

`GET /v1/schedules`

## Response `200`

Schedules retrieved successfully

- ScheduleListResponse
  - `data` Schedule[], required
    - `id` string, uuid, nullable
    - `user_id` string, required
    - `chat_id` string, uuid, required
    - `created_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable
    - `last_ran_at` string, date-time, nullable
    - `active` boolean
    - `archived` boolean
    - `cadence` string, required
    - `toolhouse_id` string, nullable
    - `vars` object, nullable
    - `title` string, nullable
    - `chat_archived` boolean, nullable
    - `callback_url` string, uri, nullable

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.net/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/versions/b29810cc692d/schema)
