---
title: "Get attachments for exemption"
method: GET
path: "/v1/exemptions/{exemption_id}/attachments"
tags: ["Exemptions"]
---

# Get attachments for exemption

`GET /v1/exemptions/{exemption_id}/attachments`

The Get Attachments for Exemption API retrieves all
    attachments associated with a specific exemption.
    This is used to view and manage supporting documents
    like exemption certificates uploaded for a particular exemption record.

## Path parameters

- `exemption_id` string, required — The unique identifier for the exemption whose attachments are being retrieved.

## Headers

- `x-organization-id` string, nullable, required — The unique identifier for the organization making the request

## Response `200`

Successfully retrieved attachments for exemption

- AttachmentRead[]
  - `related_entity_id` string, required — The unique identifier of the exemption associated with the attachment.
  - `related_entity_type` 'EXEMPTION' | 'REGISTRATION' | 'FILING' | 'FILING_PAYMENT', required
  - `id` string, required — The unique identifier of the uploaded attachment (attachment ID).

## Other responses

- `401` — The request is missing a valid x-api-key or x-organization-id
- `422` — Validation issues, such as missing required fields or invalid field values.

## Changes

- **2026-08-29** `6ba4f4c774c3` — 1 breaking, 2 info
  - added the new required `header` request parameter `x-organization-id`
  - the endpoint scheme security `APIKeyHeader` was added to the API
  - the endpoint scheme security `APIKeyHeader AND CustomHeader` was removed from the API
  - …this revision’s changelog is incomplete

[Change history](https://skmtc.dev/trykintsugi/apis/tax-platform/changes/v1/exemptions/:exemption_id/attachments/get.md)

---

[API](https://skmtc.dev/trykintsugi/apis/tax-platform.md) · [All operations](https://skmtc.dev/trykintsugi/apis/tax-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trykintsugi/tax-platform/revisions/846cc8ce4d30/schema)
