---
title: "Admin: list every maintenance event including disabled and scheduled"
method: POST
path: "/v1/admin.maintenance.list"
tags: ["admin"]
---

# Admin: list every maintenance event including disabled and scheduled

`POST /v1/admin.maintenance.list`

## Response `200`

OK

- ListAllResponseBody
  - `$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

- `401` — Unauthorized
- `403` — Forbidden
- `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)
