Get Evaluation Stats

GET

Get Evaluation Stats.

Retrieve aggregate stats for the specified Evaluation. This includes the number of generated Logs for each evaluated version and the corresponding Evaluator statistics (such as the mean and percentiles).

Path parameters

idstringRequired

Unique identifier for Evaluation.

Response

Successful Response

overall_statsobject

Stats for the Evaluation Report as a whole.

version_statslist of objects

Stats for each Evaluated Version in the Evaluation Report.

statusenum
Allowed values: pendingrunningcompletedcancelled

The current status of the Evaluation.

progressstringOptional

A summary string report of the Evaluation’s progress you can print to the command line;helpful when integrating Evaluations with CI/CD.

reportstringOptional

A summary string report of the Evaluation you can print to command line;helpful when integrating Evaluations with CI/CD.

Errors