Get Attachment
asana_get_attachmentRetrieve full details for a specific Asana attachment by its GID, including download URL, view URL, size, and metadata. Use the returned download URL to access the file directly.
Instructions
Get full details for a single attachment by GID. Returns name, download_url, view_url, size, host, created_at, and parent. Use the download_url to access the file. Use asana_get_attachments_for_object to list all attachments on a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opt_fields | No | Comma-separated extra fields to include. Useful values: `gid,name,resource_subtype,created_at,host,size,download_url,view_url,permalink_url,parent.name,parent.gid`. Default fields: gid, resource_type, name. | |
| attachment_gid | Yes | The GID of the attachment (numeric string, e.g. `'1234567890123'`). Get attachment GIDs from asana_get_attachments_for_object. |