Get test run status
Poll a test run for its status and evaluation results.
Authorizations
API key for authentication
Path Parameters
Test run to poll for status and results
"a3b2c1d0-e5f4-3210-abcd-ef1234567890"
Query Parameters
Return only failing test cases. Omit to return every case
Return a compact response that omits heavy detail fields (results.output, results.test_case, results.judge_results, results.reasoning, evaluators.output_config), keeping only the lightweight decision fields. Omit for full detail
Response
Successful Response
Test run job ID
36"a3b2c1d0-e5f4-3210-abcd-ef1234567890"
Current status of the run
queued, in_progress, cancelled, done, failed IDs of the tests this run executed, in run order
Total number of test cases
Number of test cases that passed
Number of test cases that failed
Aggregated response latency in milliseconds, as {p50, p95, p99, count}
Aggregated cost as {mean, min, max, count} (USD)
Aggregated token usage as {mean, min, max, count}
The evaluators used in this run. Each verdict in judge_results links to one of these by evaluator_uuid
Results for each test case
True if the run failed
Whether the run is shared publicly
Token for building the public share URL