列出候選因子評估輪次
GET /v1/factors/candidates/:id/evaluation-runs - 列出一個候選因子的原始及後續評估輪次。
GET /v1/factors/candidates/:id/evaluation-runs
列出一個候選因子的原始及後續評估輪次。
| 方法 | GET |
| 路徑 | /v1/factors/candidates/:id/evaluation-runs |
| 認證 | Authorization: Bearer <token> 必填 |
| 類別 | research |
回應本文
{ "runs": [ { "id": "evaluation_run_...", "status": "completed" } ] }