Voice Testing›
Voice Testing
List voice test results for a suite
Get all voice test results for a suite.
GET
/api/voice-results/suite/{suite_id}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
suite_idstringrequired
Response
application/jsonStatus counts plus fully serialized results, newest first. Designed for polling while a run is in flight. An unknown suite yields zero counts and an empty `results` list.
suite_idstringrequired
total_scenariosintegerrequired
Total result rows in the suite
completedintegerrequired
failedintegerrequired
in_progressintegerrequired
pendingintegerrequired
resultsobject[]required
Newest first