Get test
Get test
Returns a single test by ID, with the fields that define it. A test is a scripted conversation replayed against the agent.
GET
Get test
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the test to operate on.
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 one test's name, launch settings, and turnOrder, which is the IDs of its turns in the order they run. Fetch the turns themselves by test ID, and their checks by turn ID.