---
title: "Get Active Schedules"
method: GET
path: "/backoffice/schedules"
tags: ["Backoffice"]
---

# Get Active Schedules

`GET /backoffice/schedules`

Returns all the active schedules in the app

## Response `200`

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