Skip to main content
asana.listSections returns section GIDs in project order for task placement.
automations/list-asana-sections.automation.ts
Provide projectId. limit is 1–100 and defaults to 100. offset continues pagination. Optional second argument { account } defaults to the project binding. Returns Signal<{ sections: AsanaSection[]; pageInfo: { nextOffset?: string } }>. Each section includes its id, name/type, optional creation timestamp, and optional project reference.