list_subtasks
Retrieve all subtasks for a specified task, including title, status, and time tracking details.
Instructions
List all subtasks for a given Kanboard task. Returns an array of subtask objects including id, title, status, user_id, time_estimated, and time_spent fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task whose subtasks to list. |