List Benchmark Runs
Returns a paginated list of runs for a benchmark, scoped to the requesting agent. Each run carries nested evaluators, questions, and a flat evaluations array.
Authentication
x-api-keystring
API key for authentication
OR
AuthorizationBearer
Bearer token authentication
Path parameters
id
The id or key of the benchmark
Query parameters
page
per_page
Results per page (clamped to 100).
min_timestamp
max_timestamp
min_duration
max_duration
min_score
max_score
passed
min_responses
max_responses
Response
Paginated list of benchmark runs
data
total
page
per_page
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error