Skip to main content
GET
/
api
/
v1
/
risk
/
summary
Risk Summary
curl --request GET \
  --url https://api.example.com/api/v1/risk/summary
{
  "risk_score": 123,
  "severity": "<string>",
  "critical_paths": 123,
  "agents_at_risk": 123,
  "learning_agents": 123,
  "computed_at": {}
}
Returns the overall system risk score, severity, and aggregate counts.
risk_score
float
System-wide risk score (0-10)
severity
string
Critical, High, Medium, or Low
critical_paths
integer
Number of Critical/High severity paths
agents_at_risk
integer
Number of agents with detected vulnerabilities
learning_agents
integer
Agents with < 10 observations
computed_at
datetime
Last computation timestamp