Get outputs by Flow Run UUID
Flow Runs
Flow Run Outputs
Retrieve the outputs/results from a flow run with pagination and filtering options
GET
Get outputs by Flow Run UUID
Retrieve the outputs (results) produced by a flow run.
This endpoint allows you to access the actual data extracted or enriched by the flow, with support for pagination and filtering by step.
Use Cases:
- Retrieve results from a completed flow run
- Access data as it’s being generated (for long-running flows)
- Filter outputs by specific steps in the workflow
- Paginate through large result sets
Paginate through large result sets
Paginate through large result sets
Filter outputs by step
Filter outputs by step
If you want to retrieve only outputs from a specific step (e.g., only enrichment results):
Authorizations
Path Parameters
Flow Run UUID
Query Parameters
Number of flow outputs to return
Required range:
1 <= x <= 500(deprecated) Number of flow outputs to skip for pagination
Required range:
x >= 0(optional) Cursor value obtained from the X-Pagination-Next response header of a previous request, used to continue pagination. If not provided, the first page will be returned.
Response
Returns the flow run outputs

