Workflow Runs API
Check a workflow run
You can start a workflow from API with the Workflow Execution API, returning the run_id
of the workflow in question
To check the status of the run, you can use the following API.
This will return the details of the run - such as
To check the granular status of each step you can check the Workflow Execution Steps API.
Last updated