Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
Enter your API key
Project ID
Agent ID
User behavior statistics retrieved successfully
Average session length in minutes
Average messages per session
User return rate percentage
Peak usage hours
Was this page helpful?