List checks
List checks
Returns every test check in its turn. A test check is one assertion about an agent turn, comparing the reply or the behaviour behind it. The call takes no paging parameters, so one request yields the whole set.
GET
List checks
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).
The ID of the turn whose checks to list.
Response
200 - application/json
Returns every check attached to the turn named in turnID. Each one asserts on the agent's response text, on whether it routed to a given playbook or workflow, or on whether it called a given tool.
- Option 1
- Option 2
- Option 3