Workflow Runs
Run a workflow v2
This endpoint lets the user run a specified workflow with the provided workflow definition.
POST
/
v2
/
runs
Authorizations
X-Api-Key
string
headerrequiredBody
application/json
workflow_id
string
requiredThe ID of the workflow to be run.
webhook_url
string
The URL to which the workflow results should be sent to on completion.
input
object
Variables that the workflow can use globally and their values.
Response
200 - application/json
id
string
requiredversion_id
string
requiredstatus
enum<string>
requiredAvailable options:
completed
, running
, failed
, queued
, cancelled
created_at
string
requiredstarted_at
string | null
requiredended_at
string | null
requiredworkflow_id
string
requirederror
string | null
requiredinput
object | null
requiredoutput
object | null
required