Get check
Get check
Returns a single test check by ID, with the fields that define it. A test check is one assertion about an agent turn, comparing the reply or the behaviour behind it.
GET
Get check
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the test check 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 check with the turnID it belongs to and the payload for its type: the expected string or judge prompt for a response check, the routing target and whether it should be reached, or the tool and whether it should be called.
- Option 1
- Option 2
- Option 3