---
title: "Retrieve a Document Attachment"
method: GET
path: "/document-attachments/{uuid}/"
tags: ["document-attachments"]
---

# Retrieve a Document Attachment

`GET /document-attachments/{uuid}/`

## Response `200`

OK

- DocumentAttachment
  - `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)
