GET
/
api
/
v1
/
flows
/
analytics
Get Execution Analytics
curl --request GET \
  --url https://agent-studio.thena.ai/api/v1/flows/analytics \
  --header 'x-api-key: <api-key>'
{
  "analytics": {
    "time_period": "<string>",
    "flow_statistics": {},
    "agent_statistics": {},
    "trigger_statistics": {},
    "hourly_distribution": {},
    "error_analysis": {},
    "performance_trends": {}
  },
  "generated_at": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Query Parameters

time_period
string
default:24h

Time period: 1h, 24h, 7d, 30d

flow_id
string | null

Filter by specific flow

Response

200
application/json

Successful Response

Response model for execution analytics.