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
}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?