MINARA

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.

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

Response body

{ "tasks": [ { "taskId": "campaign_root", "currentRoundId": "campaign_round_2", "roundCount": 2, "passCount": 3, "rejectCount": 11 } ] }

On this page