列出因子候選
GET /v1/factors/candidates - 列出任務中的候選,並可按生命週期狀態篩選。
GET /v1/factors/candidates
列出任務中的候選,並可按生命週期狀態篩選。
| 方法 | GET |
| 路徑 | /v1/factors/candidates |
| 認證 | Authorization: Bearer <token> 必填 |
| 類別 | research |
回應本文
{ "candidates": [ { "id": "candidate_...", "status": "qualified", "family": "price_momentum" } ], "nextCursor": "eyJjYW5kaWRhdGVJZCI6..." }