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.
Query Parameters
Identifier for the last run from the previous pagination request.
Number of runs to retrieve.
Sort order for runs by timestamp. Use asc for ascending order or desc for descending order. Defaults to asc.
asc, desc Filter runs by status. Use "queued" | "in_progress" | "failed" | "completed" | "canceled".
queued, in_progress, completed, canceled, failed Response
A list of runs for the evaluation
An object representing a list of runs for an evaluation.
The type of this object. It is always set to "list".
list An array of eval run objects.
The identifier of the first eval run in the data array.
The identifier of the last eval run in the data array.
Indicates whether there are more evals available.