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.
fail
, pass
Sort order for output items by timestamp. Use asc
for ascending order or desc
for descending order. Defaults to asc
.
asc
, desc
Response
A list of output items for the evaluation run
An object representing a list of output items for an evaluation run.
The type of this object. It is always set to "list".
list
An array of eval run output item objects.
The identifier of the first eval run output item in the data array.
The identifier of the last eval run output item in the data array.
Indicates whether there are more eval run output items available.