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
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
}Enter your API key
Tool usage statistics retrieved successfully
Was this page helpful?