---
title: "Retrieve an Attachment on a Record"
method: GET
path: "/records/{id}/attachments/{key}"
tags: ["Records"]
---

# Retrieve an Attachment on a Record

`GET /records/{id}/attachments/{key}`

View an attachment associated with a specific record. 

**OAuth Scope required:** `public.records.readAttachments`

## Path parameters

- `id` string, required
- `key` string, required

## Headers

- `x-as-user-email` string
- `x-as-user-id` string

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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