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

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

Workflow statistics retrieved successfully

total_workflows
integer

Total workflow executions

completion_rate
number

Workflow completion rate

common_patterns
array

Common workflow patterns