v4
OpenAPI 3.1.02026-07-3196251302.5 KBmaintenance
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
Example response
{
"$schema": "https://api.steamsets.com/schemas/ListResponseBody.json",
"items": [
{
"$schema": "https://api.steamsets.com/schemas/MaintenanceEvent.json"
}
]
}