---
title: "Download attachment thumbnail by id"
method: GET
path: "/attachments/{id}/thumbnail/download"
tags: ["Attachment"]
---

# Download attachment thumbnail by id

`GET /attachments/{id}/thumbnail/download`

Redirects the client to a URL that serves an attachment thumbnail's binary data.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to view the attachment's container.

## Path parameters

- `id` string, required

## Query parameters

- `version` integer
- `height` integer
- `width` integer

## Other responses

- `302` — Returned if download URL is found.
- `400` — Returned if an invalid request is provided.
- `401` — Returned if the authentication credentials are incorrect or missing from the request.
- `404` — Returned if the calling user does not have permission to view the requested attachment or the attachment was not found.

---

[API](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2.md) · [All operations](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-confluence-cloud-rest-api-v2/revisions/c4bd1ed570f2/schema)
