List tests
List tests
Returns every test in the environment. A test is a scripted conversation replayed against the agent. The call takes no paging parameters, so one request yields the whole set.
GET
List tests
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).
Response
200 - application/json
Returns every test defined on the project's environment, each with its launch settings and a turnOrder listing the IDs of its turns in execution order. The turns themselves are fetched separately.