Skip to main content
asana.listWorkspaces returns the workspace GIDs used by project and task actions.
automations/list-asana-workspaces.automation.ts
limit is 1–100 and defaults to 100. Optional offset is the opaque token from the previous result. Optional second argument { account } defaults to the project binding. Returns Signal<{ workspaces: AsanaWorkspace[]; pageInfo: { nextOffset?: string } }>. Workspaces include id and name/type. Asana may also return emailDomains and isOrganization; these fields are omitted when the provider does not include that optional metadata.