Authorizations
Path Parameters
Body
Model for updating flow execution status.
Flow execution status enumeration.
pending
, queued
, running
, completed
, failed
, cancelled
, timeout
, retrying
Response
Successful Response
Complete flow execution record.
ID of the executed flow
ID of the agent that owns the flow
Organization ID
Sequential execution number for this flow
How the execution was triggered
manual
, event
, scheduled
, api
, webhook
, test
Execution priority
low
, normal
, high
, urgent
Current execution status
pending
, queued
, running
, completed
, failed
, cancelled
, timeout
, retrying
When execution started
Unique execution ID
Original trigger data
Execution variables
When execution completed
Total execution duration in milliseconds
Execution timeout
Execution steps
Final execution output
Error message if execution failed
Detailed error information
Number of retries attempted
Maximum number of retries
Parent execution if this is a retry
Total tokens used in LLM calls
Number of tool calls made
Estimated cost in USD
Performance metrics
Additional execution metadata
When record was created
When record was last updated