取得因子候選
GET /v1/factors/candidates/:id - 返回候選的規範化 DSL、假設、血緣、所需欄位和驗證狀態。
GET /v1/factors/candidates/:id
返回候選的規範化 DSL、假設、血緣、所需欄位和驗證狀態。
| 方法 | GET |
| 路徑 | /v1/factors/candidates/:id |
| 認證 | Authorization: Bearer <token> 必填 |
| 類別 | research |
回應本文
{ "candidate": { "id": "candidate_...", "expressionHash": "sha256...", "status": "review_pending" }, "qualificationExperiment": { "id": "experiment_...", "status": "completed" } }