---
title: "Download an attachment"
method: GET
path: "/v3/organizations/{org_id}/attachments/{uuid}/{name}"
tags: ["attachments"]
---

# Download an attachment

`GET /v3/organizations/{org_id}/attachments/{uuid}/{name}`

Download a file attachment.

Returns a 307 redirect: to the IP-enforcing presigned proxy for orgs with an
IP allowlist, or to a presigned S3 URL otherwise.

## Path parameters

- `uuid` string, required
- `name` string, required
- `org_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `307` — Redirect to the attachment download URL
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Content
- `429` — Too Many Requests

---

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