Skip to main content
listAssignedTasks reads assignments without requiring Asana’s premium advanced search.
automations/list-my-asana-tasks.automation.ts
workspaceId is required. assignee is a user GID or "me" and defaults to "me". 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 } }>.