---
title: "Download attachment files"
method: GET
path: "/v1/attachments/{uuid}/{name}"
tags: ["Attachments"]
---

# Download attachment files

`GET /v1/attachments/{uuid}/{name}`

Download a previously uploaded attachment file using its UUID and filename.
This endpoint returns a redirect to a presigned URL for the file.

**Note for curl users**: Use the `-L` flag to follow the redirect automatically.

## Path parameters

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

## Other responses

- `307` — Temporary redirect to presigned URL for file download
- `401` — Unauthorized - Invalid or missing API key
- `404` — Attachment not found
- `500` — Internal Server Error

---

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