List eval suites

List eval suites in the account scope with case counts and each suite’s latest run + score. Filter by target with flowId/agentId.

Authentication

AuthorizationBearer
API key or Clerk session token

Query parameters

flowIdstringOptional
Filter to suites targeting this flow
agentIdstringOptional
Filter to suites targeting this agent
limitstringOptional

Number of results (default 50, max 100)

offsetstringOptional
Pagination offset

Response

Eval suites returned
countinteger
Number of suites in this page.
limitinteger
offsetinteger
suiteslist of objects
totalinteger

Total suites matching the filter across all pages (for offset pagination).

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error