---
title: "Preview Attachment"
method: GET
path: "/attachments/{attachmentId}/preview"
tags: ["Attachments"]
---

# Preview Attachment

`GET /attachments/{attachmentId}/preview`

Returns Preview for the attachment. The preview can be accessed via /attachments/id/preview/name.ext URL. In this case, 'name.ext' will be returned as the file name.

<b>Scopes:</b> Default, wsReadOnly, wsReadWrite

## Path parameters

- `attachmentId` string, required

## Query parameters

- `size` 'w44' | 'w300' | 'w400' | 'w100' | 'h400' | 'w200'

## Response `2XX`

success response

## Other responses

- `4XX` — client-side error response
- `5XX` — server-side error response

---

[API](https://skmtc.net/wrike/apis/wrike-api.md) · [All operations](https://skmtc.net/wrike/apis/wrike-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wrike/wrike-api/revisions/f1c1279c29d6/schema)
