asana_list_attachments
List all attachments on a task to retrieve their download URLs, permanent links, and file sizes.
Instructions
List a task's attachments with download/permanent URLs and sizes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (max 100, default 100) | |
| task_gid | Yes | Task GID | |
| max_pages | No | Max pages to follow (default 20 = 2000 items) | |
| opt_fields | No | Override the rich default opt_fields. Pass field paths e.g. ["name","assignee.name","custom_fields.display_value"]. |