curl --request GET \
--url https://api.boostgpt.co/v1/bot/stats/summary \
--header 'Authorization: Bearer <token>'{
"total_messages": 123,
"total_chats": 123,
"total_users": 123,
"average_response_time": 123
}Get summary statistics for an agent
curl --request GET \
--url https://api.boostgpt.co/v1/bot/stats/summary \
--header 'Authorization: Bearer <token>'{
"total_messages": 123,
"total_chats": 123,
"total_users": 123,
"average_response_time": 123
}Enter your API key
Was this page helpful?