codebench_list
List benchmarks or runs. Without a benchmark, shows all benchmark names and run counts; with one, lists that benchmark's runs, optionally limited to last N.
Instructions
List benchmarks or runs.
Without benchmark: lists all benchmark names with run counts. With benchmark: lists runs for that benchmark.
Args:
benchmark: If provided, list runs for this benchmark
last_n: Limit to last N runs. Requires benchmark — supplying last_n without one is an ERROR, because benchmark names have no runs to limit and the argument would otherwise be silently discarded. 0 means NO runs; omit it for no limit. A negative value is an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last_n | No | ||
| benchmark | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||