Get a factor research task
GET /v1/factors/tasks/:id — Returns the task summary, current campaign round, immutable round history, and any pending direction checkpoint.
GET /v1/factors/tasks/:id
Returns the task summary, current campaign round, immutable round history, and any pending direction checkpoint.
| Method | GET |
| Path | /v1/factors/tasks/:id |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Response body
{ "task": { "taskId": "campaign_root", "roundCount": 2 }, "currentRound": { "id": "campaign_round_2" }, "rounds": [ { "roundNumber": 1 }, { "roundNumber": 2 } ] }