action asana_get_attachment { label: "Get an attachment" description: "Get the full record for a single attachment." provider: asana method: GET path: "/attachments/{attachment_gid}" encoding: json output: { type: "object" properties: { data: { type: "object" } } } }