Get a factor evaluation run
GET /v1/factors/evaluation-runs/:id — Returns one immutable evaluation round and its independently versioned reports.
GET /v1/factors/evaluation-runs/:id
Returns one immutable evaluation round and its independently versioned reports.
| Method | GET |
| Path | /v1/factors/evaluation-runs/:id |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Response body
{ "run": { "id": "evaluation_run_...", "status": "completed", "reports": [] } }