Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.boostgpt.co/v1/bot/stats/tools \ --header 'Authorization: Bearer <token>'
{ "total_tool_calls": 123, "tools_by_usage": [ { "tool_name": "<string>", "usage_count": 123, "success_rate": 123 } ], "average_execution_time": 123 }
Get tool usage statistics for an agent
Enter your API key
Project ID
Agent ID
Tool usage statistics retrieved successfully
Total tool execution count
Tools ranked by usage frequency
Show child attributes
Average tool execution time in ms
Was this page helpful?