---
title: "Retrieve a list of Document Attachments"
method: GET
path: "/document-attachments/"
tags: ["document-attachments"]
---

# Retrieve a list of Document Attachments

`GET /document-attachments/`

## Query parameters

- `document__uuid` string
- `document__external_id` string
- `created` string
- `page` integer
- `limit` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` DocumentAttachment[], required
    - `url` string, uri
    - `uuid` string
    - `name` string, nullable — Defaults to filename, including extension
    - `file` string, uri, nullable — Temporary URL to document attachment, expires in five minutes
    - `file_from_content` string, nullable — Base64 encoded document content
    - `file_from_content_name` string, nullable — Filename, including extension. Required when using `file_from_content`.
    - `file_from_url` string, uri, nullable — Publicly accessible URL of document to be downloaded by SignRequest
    - `document` string, uri, required

---

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