v1

latestOpenAPI 3.1.02026-07-175793186.0 KB
evaluations

Get evaluation report

Retrieve the full evaluation report for a given run_id. The report includes per-trace scores (4 judges + 6 metrics) and aggregate statistics.

get/api/v1/evaluations/{run_id}

Path parameters

run_idstring required

Unique identifier (UUID) for the evaluation run.

Unique identifier (UUID) for the evaluation run.

Response

Successful Response

run_idstring required

Unique identifier for this evaluation run.

statusstring

Lifecycle status of the run (pending/running/completed/failed).

created_atstring

ISO8601 timestamp when the report was created (empty until completed).

filtersobject

Dictionary echoing the trace_ids/limit/from_last_days used.

per_traceobject[]

List of per-trace score dictionaries with all 10 metrics.

aggregatesobject

Dictionary with mean and median for each score.