Skip to main content
Retrieve the full details of a specific evaluation run, including its current status, risk level, and any collected benchmark metrics.

Endpoint

GET /v1/evaluations/{id} Authentication: Authorization: Bearer $ARIA_PIN_KEY

Path parameters

string
required
The evaluation ID to retrieve.

Response

string
Unique identifier for the evaluation run.
string
Current evaluation status.
string
Risk summary (for example, ok).
string
Error message if the run failed, otherwise an empty string.
object
Benchmark metrics JSON object. Shape depends on the dataset and benchmarks used.

Example