List factor research tasks
GET /v1/factors/tasks — Lists logical research tasks. Retry and direction-change rounds are grouped into one stable task session.
GET /v1/factors/tasks
Lists logical research tasks. Retry and direction-change rounds are grouped into one stable task session.
| Method | GET |
| Path | /v1/factors/tasks |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Response body
{ "tasks": [ { "taskId": "campaign_root", "currentRoundId": "campaign_round_2", "roundCount": 2, "passCount": 3, "rejectCount": 11 } ] }