Skip to main content
GET
List evals

Authorizations

Authorization
string
header
required

Workspace API key (wk_). GET endpoints require the Workspace read API scope, POST endpoints the Workspace write API scope.

Path Parameters

agentId
string
required

The agent id.

Query Parameters

includeRecentResults
boolean

If true, also include the most recent eval results (limit 100). Defaults to false.

Response

Success. Empty result sets are also 200.

Eval definitions and the models they run with.

evals
object[]
required
evalSettings
object
required

Empty object when the agent has never had eval settings saved.

recentResults
object[]

Only present when includeRecentResults=true; the 100 most recent results, newest first.