cURL
curl --request GET \ --url https://api.promptguard.dev/api/v1/agent/{agent_id}/stats \ --header 'Authorization: Bearer <token>'
{ "agent_id": "<string>", "total_tool_calls": 123, "blocked_calls": 123, "avg_risk_score": 123, "active_sessions": 123, "anomalies_detected": 123 }
Get statistics for an agent.
API Key authentication for developer endpoints (/api/v1/*). Use format: 'Bearer pg_api_your_key_here'
Successful Response
Statistics for an agent