Skip to main content
POST
Create many runs

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
testIDs
string[]
required

The IDs of the tests to run, one run created per test.

Required array length: 1 - 20 elements

Response

201 - application/json

Creates one run for each test ID in the request body and returns them all under a shared bulkID identifying the batch. Each run comes back in the same shape as a single run, with its own status, check tallies, and logs.

runs
object[]
required
bulkID
string
required

Groups the runs created by this call so they can be searched or tracked together.