Skip to main content
asana.listTaskStories returns the task activity stream with user comments and system stories.
automations/list-asana-stories.automation.ts
Provide taskId. limit is 1–100 and defaults to 100. offset continues from pageInfo.nextOffset. Optional second argument { account } defaults to the project binding. Returns Signal<{ stories: AsanaStory[]; pageInfo: { nextOffset?: string } }> with each story’s id, text and optional HTML, creator and timestamps, subtype, and edited/pinned state. Not every story is an editable comment.