List test runs for agent
Agent tests
List test runs for agent
List an agent’s test runs with their results
GET
List test runs for agent
Authorizations
API key for authentication
Path Parameters
Agent whose test runs to list
Example:
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Query Parameters
Filter by run type. Omit to return both:
llm-unit-test: single runs of an agent's testsllm-benchmark: multi-model comparisons
Available options:
llm-unit-test, llm-benchmark Filter by run status. Omit for all statuses
Available options:
queued, in_progress, cancelled, done, failed Filter by whether the run has any failing test case or model. true returns only runs with failures (or errors), false only clean runs. Omit for both
Maximum number of items to return. Omit for no limit (all items)
Required range:
1 <= x <= 1000000Number of items to skip before returning results
Required range:
x >= 0