todoist_task_hierarchy_get
Retrieve a task and its complete hierarchy of subtasks, with an option to include completed items.
Instructions
Get a task with all its subtasks in a hierarchical structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | ID of the task to get hierarchy for (provide this OR task_name) | |
| task_name | No | Name/content of the task to get hierarchy for (provide this OR task_id) | |
| include_completed | No | Include completed tasks in the hierarchy (default: false) |