Skip to main content
GET
/
api
/
v1
/
risk
/
agent-scores
Agent Risk Scores
curl --request GET \
  --url https://api.example.com/api/v1/risk/agent-scores
{
  "agent_id": "<string>",
  "risk_score": 123,
  "severity": "<string>",
  "path_count": 123,
  "top_rule": "<string>"
}
Returns risk scores for all agents with detected vulnerabilities.
service
string
Filter by service name
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