Skip to main content
GET
Get flow executions summary

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

flow_id
string

Restrict the aggregate to a single flow.

status
enum<string>

Restrict the aggregate to executions in this status.

Available options:
running,
waiting,
completed,
completed_with_errors,
failed,
timeout
window_days
integer
default:30

Rolling started_at window in days, clamped to [1, 365] (default 30). Pass 1 for a last-24h ("today") count.

Required range: 1 <= x <= 365

Response

200 - application/json

Aggregate execution statistics.

data
object