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
}Documentation Index
Fetch the complete documentation index at: https://docs.boostgpt.co/llms.txt
Use this file to discover all available pages before exploring further.
Enter your API key
Was this page helpful?