get_subtasks_by_task
Retrieve subtasks for a task, with optional filtering by status such as pending, in_progress, completed, or blocked.
Instructions
Get subtasks for task, optionally filtered by status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID | |
| status | No | 'pending', 'in_progress', 'completed', 'blocked' (NULL = all) |