Download Agent Ticket Attachment
GET/api/support/agent/attachments/:attachment/download
The agent console's path for the same file. It has no tenant context — the attachment is looked up across every account — and it covers every attachment on the ticket, including files on internal notes and files that are no longer attached to a message. Use this route from the console; the customer route only serves public-message files within one account. The response is the raw file (Content-Type matches the stored media type, Content-Disposition: attachment with the original filename), not JSON.
support:readGrant this scope to your token under Settings → Developer → Personal Access Tokens.
Authentication: Bearer token with the support:read scope, or an authenticated session, from a caller with an active support role.
Request
Responses
- 200
- 401
- 403
- 404
- 429
OK
Response Headers
Unauthorized
Response Headers
Forbidden
Response Headers
Not Found
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.