Get flow executions summary
Flows
Get flow executions summary
Aggregate execution statistics over a rolling started_at window: total count, completed/failed/running breakdown, and average duration. Powers the flow executions dashboard stat cards (accurate totals across all executions, not just the loaded page). Read-only aggregation.
GET
Get flow executions summary
Authorizations
Dashboard JWT token from Clerk
Query Parameters
Restrict the aggregate to a single flow.
Restrict the aggregate to executions in this status.
Available options:
running, waiting, completed, completed_with_errors, failed, timeout Rolling started_at window in days, clamped to [1, 365] (default 30). Pass 1 for a last-24h ("today") count.
Required range:
1 <= x <= 365Response
200 - application/json
Aggregate execution statistics.