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