Skip to main content
GET
/
v1
/
bot
/
stats
/
summary
Get Summary Statistics
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
}

Authorizations

Authorization
string
header
required

Enter your API key

Query Parameters

project_id
string
required

Project ID

bot_id
string
required

Agent ID

Response

200 - application/json

Summary statistics retrieved successfully

total_messages
integer

Total messages processed

total_chats
integer

Total chat sessions

total_users
integer

Total unique users

average_response_time
number

Average response time in ms