Skip to main content
GET
/
api
/
v1
/
risk
/
agent-scores
Agent Risk Scores
curl --request GET \
  --url http://localhost:8000/api/v1/risk/agent-scores
{
  "agent_id": "<string>",
  "risk_score": 123,
  "severity": "<string>",
  "path_count": 123,
  "top_rule": "<string>",
  "computed_at": "<string>"
}

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 risk scores for all agents with detected vulnerabilities.

Query Parameters

service
string
Filter by service name

Response

Array of AgentRisk objects:
agent_id
string
Agent identifier
risk_score
float
Agent’s highest risk score
severity
string
Critical, High, Medium, or Low
path_count
integer
Number of attack paths involving this agent
top_rule
string
Rule producing the highest score
computed_at
string
ISO-8601 timestamp of last computation