Testing
List Test Runs
List recent runs for a test case, or fetch full details of a single run
GET
Returns test run results. Use
test_case_id to list all runs for a given test case, or id to fetch a single run with full detail.
Query Parameters
UUID of the test case. Returns all runs newest first. Use this to poll for results after Run Test Case.
UUID of a specific test run. Returns the full run object with nested test case data.
Provide exactly one of
test_case_id or id.Response
Returned when querying by
test_case_id.Returned when querying by
id. Same fields as above, plus a nested test_cases object with the full test case configuration.Assertion Names
| Assertion | Description |
|---|---|
call_connected | The test call connected successfully |
agent_joined | The AI agent joined the call |
expected_phrases | All expected_phrases found in transcript |
prohibited_phrases | No prohibited_phrases found in transcript |
expected_functions | All expected_functions were called |
min_duration | Call lasted at least min_duration_seconds |
max_duration | Call ended within max_duration_seconds |