v53

latestOpenAPI 3.1.1raw.githubusercontent.com2026-07-264065213.4 KB
Messages

Get attachment file

Redirects to a signed URL where the attachment file can be downloaded. URL is short-lived, so redirect should be followed immediately.

get/attachments/{attachment_id}/file

Path parameters

attachment_idstring required

The ID of the attachment.

Example:att_01kfyc9dgdec1avkgs7tng8htg

Response

Error

Example response

{
  "error": {
    "message": "The requested resource could not be found.",
    "type": "not_found"
  }
}