latestOpenAPI 3.1.02026-08-06360288.3 KB

6054bf6d1a84

Maintenance

List Maintenance

Retrieve the IDs for all active, resolved, and upcoming maintenance events. This endpoint is useful for quickly checking which maintenance events exist without fetching full details.

get/maintenances/{statuspage_id}

Path parameters

statuspage_idstring required

ID of the status page

Headers

x-api-idstring required
x-api-keystring required

Response

OK

Example response

{
  "result": {
    "active_maintenances": [],
    "resolved_maintenances": [],
    "upcoming_maintenances": [
      "52e5eacc908cdc5e39000009"
    ]
  },
  "status": {
    "error": "no",
    "message": "OK"
  }
}