Flows
Get Flow Run
Get the status and details of a flow run
GET
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
string
required
The ID of the flow run
Response
string
required
The unique identifier for the flow run
string
required
The ID of the flow being executed
string
required
The workspace ID
string
required
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)
array
required
History of status changes
string
Error message if the flow run failed
object
Custom metadata provided when running the flow
string
required
How the flow was triggered: api or manual
number
required
Unix timestamp when the flow run started
number
Unix timestamp when the flow run completed
number
required
Duration of the flow run in milliseconds
object
Google Drive files created during the flow (if Google Drive integration is enabled).
array
History of flow execution attempts, including retries. Each attempt contains
details about step executions for that attempt.
integer
The current attempt number (1-based). Increments when a flow is rerun.
object
Map of file field keys to the files that were uploaded for this flow run,
including file names, types, and sizes.
array
Step execution details for all attempts. Each step execution includes
the step ID, status, timing, and any outputs or errors.
object
The flow definition at the time of execution (included for context).
number
required
Unix timestamp when the flow run was created
number
required
Unix timestamp when the flow run was last updated