MINARA

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.

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

Response body

{ "task": { "taskId": "campaign_root", "roundCount": 2 }, "currentRound": { "id": "campaign_round_2" }, "rounds": [ { "roundNumber": 1 }, { "roundNumber": 2 } ] }

On this page