Per-agent risk scores
cURL
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>" }