---
title: "List Document Attachments"
method: GET
path: "/public/v1/documents/{id}/attachments"
tags: ["Document Attachments"]
---

# List Document Attachments

`GET /public/v1/documents/{id}/attachments`

Returns a list of attachments associated with a specified document.

## Path parameters

- `id` string, required

## Response `200`

OK

- DocumentAttachmentResponse[]
  - `uuid` string
  - `date_created` string
  - `created_by` object
    - `id` string
    - `email` string
    - `first_name` string
    - `last_name` string
    - `avatar` string, nullable
  - `name` string, nullable

## Other responses

- `401` — Authentication error
- `404` — Not found
- `409` — Conflict
- `429` — Too Many Requests

---

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