curl --request GET \
--url https://api.boostgpt.co/v1/bot/stats/performance \
--header 'Authorization: Bearer <token>'{
"average_response_time": 123,
"p95_response_time": 123,
"p99_response_time": 123,
"success_rate": 123,
"throughput": 123
}Get performance metrics for an agent
curl --request GET \
--url https://api.boostgpt.co/v1/bot/stats/performance \
--header 'Authorization: Bearer <token>'{
"average_response_time": 123,
"p95_response_time": 123,
"p99_response_time": 123,
"success_rate": 123,
"throughput": 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
Performance metrics retrieved successfully
Was this page helpful?