MINARA

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.

MethodGET
Path/v1/factors/evaluation-runs/:id
AuthAuthorization: Bearer <token> required
Categoryresearch

Response body

{ "run": { "id": "evaluation_run_...", "status": "completed", "reports": [] } }

On this page