curl --request GET \
--url https://api.boostgpt.co/v1/bot/stats/behavior \
--header 'Authorization: Bearer <token>'{
"average_session_length": 123,
"messages_per_session": 123,
"return_rate": 123,
"peak_usage_hours": [
123
]
}Get user behavior statistics for an agent
curl --request GET \
--url https://api.boostgpt.co/v1/bot/stats/behavior \
--header 'Authorization: Bearer <token>'{
"average_session_length": 123,
"messages_per_session": 123,
"return_rate": 123,
"peak_usage_hours": [
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?