List factor candidate decisions
GET /v1/factors/candidate-decisions — Lists deterministic PASS or REJECT decisions with task, round, evaluator metrics, and retention metadata.
GET /v1/factors/candidate-decisions
Lists deterministic PASS or REJECT decisions with task, round, evaluator metrics, and retention metadata.
| Method | GET |
| Path | /v1/factors/candidate-decisions |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Response body
{ "decisions": [ { "candidateId": "candidate_...", "taskId": "campaign_root", "roundNumber": 2, "decision": "reject", "reason": "turnover_gate_failed" } ] }