Get Flow Run
Get the status and details of a flow run
Retrieves detailed information about a specific flow run, including its current status and execution history.
Usage Notes
- The response includes the flow definition for context
- Use this endpoint to monitor flow execution progress
- Poll this endpoint to check when a flow completes
- The drive_files object contains links to Google Drive exports (if enabled)
Request
The ID of the flow run
Response
The unique identifier for the flow run
The ID of the flow being executed
The workspace ID
Current status of the flow run
processing
- Flow is currently executingreview
- Flow is paused for human reviewcompleted
- Flow completed successfullyfailed
- Flow failed (check error field)
History of status changes
Error message if the flow run failed
Custom metadata provided when running the flow
How the flow was triggered: api or manual
Unix timestamp when the flow run started
Unix timestamp when the flow run completed
Duration of the flow run in milliseconds
Google Drive files created during the flow (if Google Drive integration is enabled)
The flow definition (included in response)
Unix timestamp when the flow run was created
Unix timestamp when the flow run was last updated