Runs
The Runs API lets you create and update runs, as well as manage run and step status, schedule, and data.
Create a run
Mutation to create run from a procedure. This will not work if "Autogenerate run title" box is checked. if you do have it checked, simply remove "title" from the mutation block above and "title": "run title" from the Query Variables below.
Query variables:
Last updated