evals
evals
List eval runs
get/v1/eval-runs
Query parameters
session_idstring uuid nullable
evaluator_idstring uuid nullable
agent_idstring uuid nullable
status'pending' | 'running' | 'completed' | 'failed' | 'errored' nullable
scope'live' | 'simulation' | 'test' nullable
outcome'passed' | 'failed' | 'no_verdict' | 'errored' nullable
score_minnumber nullable
Min normalized score, matched against EvalScore.value [0,1]. numeric-format evaluators store their signal in raw_value (value is null), so they are not matched by score_min/score_max.
Min normalized score, matched against EvalScore.value [0,1]. numeric-format evaluators store their signal in raw_value (value is null), so they are not matched by score_min/score_max.
score_maxnumber nullable
Max normalized score [0,1]; see score_min re: numeric evaluators.
Max normalized score [0,1]; see score_min re: numeric evaluators.
severity'info' | 'low' | 'medium' | 'high' | 'critical' nullable
channelstring nullable
created_fromstring date-time nullable
created_tostring date-time nullable
limitinteger
cursorstring nullable
Response
Successful Response