Create many runs
Create many runs
Adds several test runs to the environment in one request, each taking the fields the single-create call takes. The response carries the created test runs in the same shape the list call returns.
POST
Create many runs
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 IDs of the tests to run, one run created per test.
Required array length:
1 - 20 elementsResponse
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.