Create execution
Executions
Create execution
Execute a workflow. Returns immediately with an execution ID.
POST
Create execution
Authorizations
API key authentication. Get your key from Settings → API Keys.
Path Parameters
Workflow ID
Body
application/json
Request body for creating a new workflow execution
Input data for the workflow execution. Must match the workflow's input_schema if defined.
Response
Execution created
Response after successfully creating a workflow execution
Unique identifier for the created execution
ID of the workflow being executed
Current execution status
Available options:
initial, processing, human_in_the_loop, finished, error Timestamp when the execution was created

