팩터 후보 판정 목록
GET /v1/factors/candidate-decisions - 결정론적 PASS 또는 REJECT 판정을 태스크, 라운드, 평가 지표 및 보존 메타데이터와 함께 나열합니다.
GET /v1/factors/candidate-decisions
결정론적 PASS 또는 REJECT 판정을 태스크, 라운드, 평가 지표 및 보존 메타데이터와 함께 나열합니다.
| 메서드 | GET |
| 경로 | /v1/factors/candidate-decisions |
| 인증 | Authorization: Bearer <token> 필수 |
| 카테고리 | research |
응답 본문
{ "decisions": [ { "candidateId": "candidate_...", "taskId": "campaign_root", "roundNumber": 2, "decision": "reject", "reason": "turnover_gate_failed" } ] }