Extend a factor campaign budget
POST /v1/factors/campaigns/:id/extend-budget — Raises absolute campaign limits with an audited reason and resumes a budget-paused campaign when it has headroom.
POST /v1/factors/campaigns/:id/extend-budget
Raises absolute campaign limits with an audited reason and resumes a budget-paused campaign when it has headroom.
| Method | POST |
| Path | /v1/factors/campaigns/:id/extend-budget |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Request body
{ "extension": { "limits": { "maxCandidates": 60, "maxFullEvaluations": 18 }, "reason": "Explore another low-correlation cluster" } }Response body
{ "campaign": { "id": "campaign_...", "status": "queued" } }