curl --request GET \
--url https://api.boostgpt.co/v1/bot/stats/workflows \
--header 'Authorization: Bearer <token>'{
"total_workflows": 123,
"completion_rate": 123,
"common_patterns": "<array>"
}Get workflow statistics for an agent
curl --request GET \
--url https://api.boostgpt.co/v1/bot/stats/workflows \
--header 'Authorization: Bearer <token>'{
"total_workflows": 123,
"completion_rate": 123,
"common_patterns": "<array>"
}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?