asana.listSubtasks returns only immediate children. Call it again for deeper levels.
automations/list-asana-subtasks.automation.ts
taskId. limit is 1–100 and defaults to 100. offset continues pagination. Optional second argument { account } defaults to the project binding.
Returns Signal<{ tasks: AsanaTask[]; pageInfo: { nextOffset?: string } }>.