list_tasks
Retrieve all tasks with complete records, including open and done items, across a project or branch. Use for full task history and overview when you need the complete task graph.
Instructions
Every task, full records — the whole graph, open and done. For the scannable working subsets use list_ready / list_planning; for one task use get_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Branch to scope to (optional; the backend decides its use). | |
| project | No | The project id — an opaque, supplied string, never derived. Omit to use the server's --project-id default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| tasks | Yes |