Skip to main content
asana.listAssignedTasks doesn’t require Asana’s premium advanced search.
automations/list-my-asana-tasks.automation.ts
Provide workspaceId. assignee accepts 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. Second argument { account } defaults to the project binding. Returns Signal<{ tasks: AsanaTask[]; pageInfo: { nextOffset?: string } }>.