Learn how to get started running workflows via API
workflow_id
and the trigger_id
you want to use.
Here’s a quick example of how you can publish and retrieve these values:
id
. The workflow execution happens asynchronously in the background.
id
returned from the Run Workflow endpoint to check on the status and retrieve the results. A common pattern is to poll this endpoint every few seconds until the workflow run is complete.
/v2/runs
with your workflow configurationid
immediately/v2/runs/{workflow_run_id}
periodically to check status and get results