Get Failures
GET /admin/eval/failures
GET
/admin/eval/failures
Return the most recent failing eval runs, newest first.
Args: limit: Max rows (1..500). session: Async DB session. _admin: Operator auth gate.
Returns:
List of :class:FailureRow sorted by run_at descending.
Authorizations
Parameters
Query Parameters
limit
Max rows.
integer
Max rows.
Responses
200
Successful Response
Array<object>
Single failing eval run surfaced in the Recent Failures table.
422
Validation Error
object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string