Get Evaluation Stats

Get Evaluation Stats.

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

Path parameters

idstringRequired
Unique identifier for Evaluation.

Headers

X-API-KEYstringRequired

Response

Successful Response
run_statslist of objects
Stats for each Run in the Evaluation.
statusenum
The current status of the Evaluation.
Allowed values:
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