Open Context Protocol is live! 🚀 Read the launch post

getAttachmentContent

Get attachment content

GET /rest/api/3/attachment/content/{id} HTTP/1.1

Parameters

{
  "id": {
    "description": "The ID of the attachment.",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "redirect": {
    "description": "Whether a redirect is provided for the attachment download. Clients that do not automatically follow redirects can set this to `false` to avoid making multiple requests to download the attachment.",
    "required": false,
    "location": "query",
    "type": "boolean"
  }
}