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

# List schedules

`GET /schedules`

Returns all schedules, including their activation periods and themes.

## Response `200`

List of schedules

- object
  - `ok` boolean
  - `data` object[]
    - `id` string, uuid, required — Schedule UUID
    - `name` string, required — Schedule name
    - `description` string, nullable — Schedule description
    - `image` string, uri, nullable — Schedule banner image URL
    - `theme` 'mvmf_2022' | 'mvfw_2023' | 'pride_2023', nullable — Pre-built theme identifier
    - `background` string[] — Background colors (CSS color values)
    - `active` boolean — Whether the schedule is active
    - `active_since` string, date-time, required — When the schedule becomes active
    - `active_until` string, date-time, required — When the schedule expires
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
