MINARA

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.

MethodGET
Path/v1/factors/tasks/:id/rounds
AuthAuthorization: Bearer <token> required
Categoryresearch

Response body

{ "rounds": [ { "roundId": "campaign_root", "roundNumber": 1, "status": "completed" } ] }

On this page