Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Identifier for the last eval from the previous pagination request.
Number of evals to retrieve.
Sort order for evals by timestamp. Use asc
for ascending order or desc
for descending order.
Available options:
asc
, desc
Evals can be ordered by creation time or last updated time. Use
created_at
for creation time or updated_at
for last updated time.
Available options:
created_at
, updated_at
Response
200 - application/json
A list of evals
An object representing a list of evals.
The type of this object. It is always set to "list".
Available options:
list
An array of eval objects.
The identifier of the first eval in the data array.
The identifier of the last eval in the data array.
Indicates whether there are more evals available.