rlm_task_list
List tasks from a swarm with cursor-based pagination to efficiently iterate over large task queues for dashboards and progress reports.
Instructions
List canonical HierarchicalTask N3 tasks with cursor-based pagination for efficient iteration.
Enhanced version of rlm_tasks with:
Cursor-based pagination for large task queues
Returns owner (agent who claimed/completed)
Updated_at timestamp for ordering
Use rlm_htask_tree for full hierarchy. Use this for queue-style dashboards and progress reports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swarm_id | Yes | Swarm ID | |
| status | No | Filter by task status | |
| limit | No | Maximum tasks to return | |
| cursor | No | Cursor for pagination (from previous response) |