get_subtasks
Retrieve the full list of subtasks for a parent task by passing project_id and task_id. Use this to break down work and monitor task hierarchy.
Instructions
List the subtasks of a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Parent task id. | |
| project_id | Yes | Project the parent task belongs to. |