MINARA

Create a factor re-evaluation run

POST /v1/factors/evaluation-runs — Re-evaluates existing candidates against frozen snapshot data and fold plans without mining new candidates or changing h

POST /v1/factors/evaluation-runs

Re-evaluates existing candidates against frozen snapshot data and fold plans without mining new candidates or changing historical results.

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

Request body

{ "campaignId": "campaign_...", "candidateIds": ["candidate_..."], "plan": { "primary": { "id": "time-series-comprehensive", "version": 1 }, "comparisons": [] } }

Response body

{ "run": { "id": "evaluation_run_...", "status": "completed", "snapshotId": "factor_..." } }

On this page