Skip to main content
asana.listSectionTasks returns one page in section order.
automations/list-asana-section-tasks.automation.ts
Provide sectionId. completedSince accepts "now" or an ISO timestamp with offset. limit is 1–100 and defaults to 100. offset continues pagination. Second argument { account } defaults to the project binding. Returns Signal<{ tasks: AsanaTask[]; pageInfo: { nextOffset?: string } }>.