get_test_runs
get_test_runs
Retrieves test run results for an AI Agent. Use this to review pass/fail status, evaluation criteria outcomes, and rationale after triggering a test_run via edit_agent_config.
Test runs pinned to a change set are retrieved here too. By default, the tool returns the latest run per test case and change set, including live runs. The results can include several runs for the same test case.
Simulations shows each test case’s latest result across live and change set runs.
Example prompts
- “Show me the latest test run results for each of my test cases.”
- “Which test cases failed in the last run, and why?”
- “Get the full details for test run abc123.”
Parameters
Response
Returns per-run results including:
- Test run ID, test case ID, and change set ID. Live runs have a
nullchange set ID. - Overall pass/fail status.
- Per-evaluation-criterion outcomes and rationale.
- The simulated conversation transcript the evaluation was based on.
- Timestamps and the user who triggered the run.