Accessing subtasks as attributes of a task by using opt_expand=subtasks
or similar is not officially supported in the API because it frequently causes stability issues. The only supported way to fetch the subtasks of a task is to call GET /tasks/task-id/subtasks
. We’re aware that fetching all subtasks in this way is painful, and we are thinking about additional alternatives that would be easier to use.
1 Like