---
title: "Find attachments"
method: GET
path: "/document/attachment"
tags: ["Document"]
deprecated: true
---

# Find attachments

`GET /document/attachment`

> **Deprecated.**

Deprecated: this endpoint is being replaced by the Envelope API. See https://docs.documenso.com/docs/developers/api/migrate-to-envelopes for the migration guide. Find all attachments for a document

## Query parameters

- `documentId` number, required

## Response `200`

Successful response

- object
  - `data` object[], required
    - `id` string, required
    - `type` 'link', required
    - `label` string, required
    - `data` string, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/documenso/apis/documenso-v2-api.md) · [All operations](https://skmtc.net/documenso/apis/documenso-v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/documenso/documenso-v2-api/revisions/3db245102197/schema)
