List eval batches
List all eval batches for the current user with optional filtering and pagination.
Authentication
AuthorizationBearer
API key or Clerk session token
Query parameters
limit
Number of results (default 50, max 100)
offset
Pagination offset
status
Filter by status (queued|processing|completed|failed)
origin
Filter by run origin: “suite” = runs linked to an eval suite (CI gates, suite Run button); “adhoc” = suite-less runs (ad-hoc config comparisons, legacy evals).
Allowed values:
evalSuiteId
Filter to runs of a specific eval suite. Server-side, so a suite with sparse runs is not crowded out of the page by other suites.
Response
Eval batches returned
batches
count
hasMore
True when this page came back full — there may be more rows past it.
limit
offset
Errors
401
Unauthorized Error
500
Internal Server Error