---
title: "List currently active maintenance events"
method: POST
path: "/v1/maintenance.list"
tags: ["maintenance"]
---

# List currently active maintenance events

`POST /v1/maintenance.list`

Returns events that are enabled and (if scheduled) within their time window. Public — no auth required. Use this from app loaders to decide whether to render the maintenance screen.

## Response `200`

OK

- ListResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `items` MaintenanceEvent[], nullable, required
    - `$schema` string, uri — A URL to the JSON Schema for this object.
    - `createdAt` string, date-time, required
    - `createdBy` integer
    - `enabled` boolean, required — Whether the toggle itself is on
    - `endsAt` string, date-time — Optional scheduled end
    - `message` string, required — Markdown body shown below the headline
    - `paths` string[], nullable, required — Path prefixes this event covers; "*" means whole site
    - `startsAt` string, date-time — Optional scheduled start
    - `title` string, required — Short headline shown to users
    - `uid` string, required — Public maintenance event ID
    - `updatedAt` string, date-time, required

## Other responses

- `500` — Internal Server Error

---

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