Api
Get Tenant Detail
AuthorizationBearer <token>
In: header
Path Parameters
tenant_id*string
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://loading/api/v1/super-admin/tenants/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"audit_logs": {},
"billing_status": "string",
"configuration": {},
"recent_calls": [
{}
],
"tenant": {},
"usage": {
"calls_30d": 0,
"calls_total": 0,
"last_call_at": "string",
"tickets_created_30d": 0
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Get System Health GET
Get health status of all system services. Story 4.2 AC6: API endpoints expose real-time system health with status indicators. Service status values: healthy, degraded, down (mapped to GREEN/YELLOW/RED in dashboard UI). Returns: SystemHealthResponse with all service health statuses
Get Tenant Hpa GET
Next Page