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