Skip to main content
POST
Create run

Authorizations

Authorization
string
header
required

Voiceflow bearer token

Query Parameters

projectID
string
required

The ID of the project to operate on.

environmentAlias
string
required

The alias of the environment to operate on (e.g. main).

Body

application/json
testID
string
required

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.

run
object
required