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.
| Method | POST |
| Path | /v1/factors/evaluation-runs |
| Auth | Authorization: Bearer <token> required |
| Category | research |
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_..." } }