---
title: "Download an attachment"
method: GET
path: "/v1/attachments/{uuid}/{name}"
---

# Download an attachment

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

Download a file attachment using API key authentication. Returns a redirect to a presigned URL.

## Path parameters

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

## Response `200`

Successful Response

- unknown

## Other responses

- `307` — Redirect to presigned download URL
- `422` — Validation Error

---

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