List Tasks
Find tasks in the current cloud-agent project.
CLI + MCP list_tasks
Parameters
| Name | Type | Description |
|---|---|---|
query |
string | Case-insensitive title or description text. |
state |
enum | todo, in_progress, in_review, or done. |
parentId |
UUID | Direct subtasks of one task. |
limit |
integer | Page size from 1 to 20; default 5. |
cursor |
string | Opaque cursor from the previous page. |
An empty filtered page can still have a cursor; follow it until null.