Download all eval scores for the org as CSV (audit, offline review).
eval-scores
Download all eval scores for the org as CSV (audit, offline review).
Stream EvalScore rows for the caller’s org as CSV.
Columns: trace_id, agent_name, evaluator (name), category, source, score, passed, reason, created_at. Optional filters:
- since_hours: only rows where the trace was created within the last N hours.
- agent: only rows for traces of a specific agent.
Org-scoping is enforced by JOIN-filtering on run_trace.org_id == ctx.org_id.
Returns text/csv with a Content-Disposition: attachment so browsers save.
GET
Download all eval scores for the org as CSV (audit, offline review).