get_subtasks
Retrieve all subtasks of a specified parent task to view its hierarchical structure.
Instructions
Get the subtasks of a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Parent task ID. | |
| custom_task_ids | No | Treat task_id as a custom id (requires team_id). | |
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |