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 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
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": []
}Get Degradation Status GET
Get system degradation status for dashboard. Story 4.7 AC8: Degraded mode indicators in admin dashboard. Proxies to the livekit-agent /degradation endpoint for real-time status. Provides fallback status if agent is unreachable. Returns: DegradationStatusResponse with degradation level and component status
Get Document GET
Next Page