---
title: "Retrieve an attachment"
method: POST
path: "/attachments.redirect"
tags: ["Attachments"]
---

# Retrieve an attachment

`POST /attachments.redirect`

Load an attachment from where it is stored based on the id. If the attachment is private then a temporary, signed url with embedded credentials is generated on demand.

## Request body

- object
  - `id` string, uuid, required — Unique identifier for the attachment.

## Other responses

- `302` — The url for the attachment

---

[API](https://skmtc.dev/defaulr/apis/outline-api.md) · [All operations](https://skmtc.dev/defaulr/apis/outline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/defaulr/outline-api/revisions/fdf2ec9c9df4/schema)
