Top tools by call count with average duration and error proxy.
cURL
curl --request GET \ --url https://api.example.com/api/admin/analytics/tools \ --header 'Authorization: Bearer <token>'
{ "tools": [ { "tool_name": "<string>", "call_count": 123, "avg_duration_ms": 123, "error_rate_pct": 123 } ], "total_calls": 123, "days": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
7 <= x <= 30
Successful Response
Response for GET /api/admin/analytics/tools.
Show child attributes