Get turn
Get turn
Returns a single test turn by ID, with the fields that define it. A test turn is one side of a scripted conversation, either what the user says or the agent reply the checks assert on.
GET
Get turn
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the test turn 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 turn: the testID it belongs to, the payload for its type, and, on an agent turn, the checkOrder naming the checks that run against it.
- Option 1
- Option 2
- Option 3