List For Project

Deprecated
GET

Get all the evaluations associated with your project.

Deprecated: This is a legacy unpaginated endpoint. Use /evaluations instead, with appropriate sorting, filtering and pagination options.

Path parameters

project_idstringRequired

String ID of project. Starts with pr_.

Query parameters

evaluatee_idstringOptional

String ID of evaluatee version to return. If not defined, the first evaluatee will be returned. Starts with evv_.

evaluator_aggregatesbooleanOptional
Whether to include evaluator aggregates in the response.

Response

This endpoint returns a list of objects
idstring

Unique ID for the evaluation. Starts with ev_.

statusenum
Allowed values: pendingrunningcompletedcancelled
Status of an evaluation.
configobject
created_atdatetime
updated_atdatetime
evaluatorslist of objects
datasetobject
dataset_version_idstring
dataset_snapshotobjectOptional
evaluator_aggregateslist of objectsOptional

Errors