---
title: "Get a document"
method: GET
path: "/api/documents/{documentId}"
tags: ["Documents"]
---

# Get a document

`GET /api/documents/{documentId}`

Returns the document details.

## Path parameters

- `documentId` string, uuid, required

## Headers

- `on-behalf-of` string

## Response `200`

Document returned successfully.

- UploadedDocumentResponse
  - `createdAt` string, date-time, required — Timestamp when the document record was created.
  - `filename` string, required — Human-readable filename of the document.
  - `id` string, uuid, required — Unique identifier for the document.
  - `status` 'PENDING_UPLOAD' | 'UPLOADED', required — Current status of the document. `PENDING_UPLOAD` means the file has not yet been received; `UPLOADED` means the file is ready.
  - `updatedAt` string, date-time, required — Timestamp when the document was last updated.

## Other responses

- `401` — Unauthorized
- `403` — SignedAgreementRequiredException
- `404` — Document not found.

---

[API](https://skmtc.net/muralpay/apis/mural-api.md) · [All operations](https://skmtc.net/muralpay/apis/mural-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/muralpay/mural-api/versions/437d277f5948/schema)
