Skip to main content
GET
/
api
/
v1
/
risk
/
summary
Risk Summary
curl --request GET \
  --url http://localhost:8000/api/v1/risk/summary
{
  "risk_score": 123,
  "severity": "<string>",
  "critical_paths": 123,
  "agents_at_risk": 123,
  "learning_agents": 123,
  "computed_at": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.tracectrl.ai/llms.txt

Use this file to discover all available pages before exploring further.

Returns the overall system risk score, severity, and aggregate counts. Returns null if no risk computation has run yet.
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 (ISO-8601)