Get a list of output items for an evaluation run.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the evaluation to retrieve runs for.
The ID of the run to retrieve output items for.
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.
fail
, pass
Sort order for output items by timestamp. Use asc
for ascending order or desc
for descending order. Defaults to asc
.
asc
, desc
A list of output items for the evaluation run
An object representing a list of output items for an evaluation run.