List factor research task rounds
GET /v1/factors/tasks/:id/rounds — Lists the immutable campaign rounds that belong to one research task.
GET /v1/factors/tasks/:id/rounds
Lists the immutable campaign rounds that belong to one research task.
| Method | GET |
| Path | /v1/factors/tasks/:id/rounds |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Response body
{ "rounds": [ { "roundId": "campaign_root", "roundNumber": 1, "status": "completed" } ] }