Get flow run by UUID
Flow Runs
Get Flow Run
Retrieve detailed information about a specific flow run by its UID
GET
Get flow run by UUID
Retrieve detailed information about a specific flow run using its unique identifier (UID).
This endpoint provides complete status information, timing details, error messages, and workflow metadata for a single flow run.
Use Cases:
- Check the current status of a flow run you started
- Monitor progress of long-running flows
- Retrieve error details when a flow fails
- Get timing information (started_at, finished_at) for performance analysis
Authorizations
Path Parameters
Flow Run UUID
Query Parameters
Whether to include the run step status in the response
Response
Returns the flow run
Returns the flow run
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.
Workflow schema
Started at
Finished at
Created at
Updated at

