Skip to main content
listProjects discovers project GIDs and metadata.
automations/list-asana-projects.automation.ts
workspaceId is required. Optional archived controls whether archived projects are included. limit is 1–100 and defaults to 100; offset continues pagination; account defaults to the project binding. Returns Signal<{ projects: AsanaProject[]; pageInfo: { nextOffset?: string } }> with project dates, descriptions, visibility, team/workspace references, layout, URLs, and archive state.