Get flow runs
Flow Runs
List Flow Runs
Retrieve a list of flow runs with filtering and pagination options
GET
Get flow runs
List all flow runs in your workspace with support for filtering, sorting, and pagination.
This endpoint is useful for monitoring flow execution history, finding specific runs, or building dashboards.
Use Cases:
- Monitor all flow runs across your workspace
- Filter runs by status to find completed, failed, or running flows
- Track runs by specific users or workspaces
- Find specific runs by their UID
List recent successful runs
List recent successful runs
Find specific runs by UID
Find specific runs by UID
Paginate through all runs
Paginate through all runs
Monitor running flows
Monitor running flows
Authorizations
Query Parameters
Minimum array length:
1Available options:
CREATED, INVALID, QUEUED, SCHEDULED, BLOCKED, STOPPED, RUNNING, FAILED, PARTIAL_SUCCEEDED, SUCCEEDED Minimum array length:
1Minimum array length:
1Minimum array length:
1Required range:
1 <= x <= 100Required range:
x >= 0Sort by fields. Prefix with - for descending order. Default is ascending order.
Maximum array length:
10Maximum string length:
128Response
Returns the flow runs
Flow Run UUID
Member/User UUID
Workspace UUID
Last error message
Callback
Flow Run status
Available options:
CREATED, INVALID, QUEUED, SCHEDULED, BLOCKED, STOPPED, RUNNING, FAILED, PARTIAL_SUCCEEDED, SUCCEEDED Number of outputs generated by the flow run (only available when the flow run is finished)
If the flow run is scheduled, this field indicates the scheduled flow run UUID.
Started at
Finished at
Created at
Updated at

