Multi-tenant health scores
GET /api/v1/monitoring/tenant-health/all
GET
/api/v1/monitoring/tenant-health/all
Returns health scores for all requested tenants.
Authorizations
Parameters
Query Parameters
tenant_ids
required
Comma-separated tenant IDs
string
Comma-separated tenant IDs
Responses
200
Successful Response
Array<object>
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