v4

OpenAPI 3.1.02026-07-3196251302.5 KB
maintenance

List currently active maintenance events

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.

post/v1/maintenance.list

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.steamsets.com/schemas/ListResponseBody.json",
  "items": [
    {
      "$schema": "https://api.steamsets.com/schemas/MaintenanceEvent.json"
    }
  ]
}