Get stories for task
The Asana Get Stories for Task tool provides an efficient way to access detailed activity histories of tasks within Asana. It retrieves chronological records including comments, status changes, and system events along with author information and timestamps, enabling comprehensive audit trails and task evolution insights.
Features
- Retrieve complete activity history of a task including comments and status changes.
- Access chronological stories with detailed author information and timestamps.
- Supports pagination with configurable limits and offsets for efficient data handling.
- Allows selection of optional fields to customize the data returned.
- Idempotent and safe to use without risk of modifying task data.
Benefits
- Enhances transparency by providing detailed audit trails for tasks.
- Improves project management through insights into task evolution and communication.
- Facilitates easy tracking and retrieval of comments and updates.
- Optimizes integration workflows with configurable data retrieval parameters.
- Supports accountability with clear records of changes and contributors.
Description
Get task activity history (comments, status changes, system events). Returns chronological stories with authors and timestamps. Use for audit trails, understanding task evolution, or retrieving comments.
Parameters
4 parameters
| Name | Type | Description |
|---|---|---|
| task_idrequired | string | Globally unique identifier for the task. |
| opt_fields | string | Comma-separated list of optional fields to include in the response. |
| limit | number | Number of sections to return per page (1-100). |
| offset | string | Pagination offset token. |