Aurion Docs
Api

Get Degradation Status

Get current system degradation status. Returns status of all components and overall system health. Returns HTTP 503 for critical/offline states. Story 4.7 AC8: Degraded mode indicators in admin dashboard

GET
/api/v1/system/degradation

Get current system degradation status.

Returns status of all components and overall system health. Returns HTTP 503 for critical/offline states.

Story 4.7 AC8: Degraded mode indicators in admin dashboard

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v1/system/degradation"
{
  "components": {
    "property1": "healthy",
    "property2": "healthy"
  },
  "degraded_mode": false,
  "last_check": "string",
  "level": "normal",
  "message": "string",
  "pending_operations": 0,
  "timestamp": "string",
  "transfer_to_human_recommended": false,
  "unavailable_features": []
}