Evals
Get eval run output items
Get a list of output items for an evaluation run.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the evaluation to retrieve runs for.
The ID of the run to retrieve output items for.
Query Parameters
Identifier for the last output item from the previous pagination request.
Number of output items to retrieve.
Filter output items by status. Use failed
to filter by failed output
items or pass
to filter by passed output items.
Available options:
fail
, pass
Sort order for output items by timestamp. Use asc
for ascending order or desc
for descending order. Defaults to asc
.
Available options:
asc
, desc
Response
200 - application/json
A list of output items for the evaluation run
An object representing a list of output items for an evaluation run.