Get Task Stories
asana_get_task_storiesRetrieve all comments and system activity for a task, ordered oldest first. Filter for comment type to see only user discussions.
Instructions
Get all stories (comments and system activity) for a task, ordered oldest first. Returns an array of story objects — each has type: 'comment' (user-added comments) or type: 'system' (auto-generated activity like assignments and status changes). Filter for type === 'comment' to get only user comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The GID of the task to fetch stories for (numeric string, e.g. `'19234567890123'`). | |
| opt_fields | No | Comma-separated extra fields to include. Useful values: `gid,text,html_text,type,created_at,created_by.name`. Default fields: gid, resource_type. |