Per-tenant health score
GET /api/v1/monitoring/tenant-health/{tenant_id}
GET
/api/v1/monitoring/tenant-health/{tenant_id}
Returns composite 0-100 health score for a tenant.
Authorizations
Parameters
Path Parameters
tenant_id
required
string
Responses
200
Successful Response
Composite health score for a single tenant.
Args: tenant_id: The tenant identifier. health_score: Composite score 0-100. agent_score: Weighted agent success component (0-30). latency_score: Weighted latency component (0-25). error_score: Weighted error rate component (0-25). credit_score: Weighted credit burn component (0-10). connector_score: Weighted connector health component (0-10). trend: Direction of health change (improving/stable/degrading). severity: Health severity classification. computed_at: ISO datetime when the score was computed.
object
agent_score
number
computed_at
string
connector_score
number
credit_score
number
error_score
number
health_score
integer
latency_score
number
severity
string
tenant_id
string
trend
string
422
Validation Error
object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string