list_subtasks
Retrieve all subtasks for a given task, with details such as title, status, assigned user, and time estimates.
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. |