List Test Runs
list_test_runsRetrieve and filter past test runs, showing names, IDs, timestamps, status, and summary scores for evaluation history.
Instructions
List past test runs in the project.
Returns test run names, IDs, timestamps, status, and summary scores,
sorted by most recent first. Defaults to the 10 most recent runs.
Optionally filter by model name, scenario name, or type.
For simulation runs (type MULTI_TURN), use get_test_run_results with the
returned test_run_id to retrieve full conversation transcripts and per-turn
check scores.
Args:
model_name: Optional filter — only show test runs using this model.
scenario_name: Optional filter — only show test runs using this scenario.
limit: Maximum number of runs to return, sorted by most recent first.
Defaults to 10. Set to 0 to return all runs.
simulation_only: When True, return only MULTI_TURN simulation runs.
Useful for browsing past simulation results without NL_GENERATION or
other test run types appearing in the list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| model_name | No | ||
| scenario_name | No | ||
| simulation_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |