get_subtasks
Retrieve all subtasks of a parent task. Use to enumerate a task's children and manage hierarchical task structures.
Instructions
Get the subtasks of a parent task. Returns the parent task with its subtasks included. Use to enumerate a task's children.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the parent task. | |
| custom_task_ids | No | Set true to treat `task_id` as a custom task ID instead of a native ClickUp ID. Requires `team_id`. | |
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |