Create run
Create run
Adds a test run to the environment, one execution of a test, carrying how many of its checks passed. The response carries the ID that later calls address it by.
POST
Create run
Authorizations
Voiceflow bearer token
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Body
application/json
The ID of the test to run.
Response
201 - application/json
Creates a run of the test named in the body and returns it, possibly still queued: startedAt is null until execution begins and passedChecks is null until the run finishes. Read the run back by id to follow it through to passed, failed, or canceled.