---
title: "Get an uploaded document"
method: GET
path: "/api/2026-01-01/document-uploads/{document_id}"
tags: ["DocumentUploads"]
---

# Get an uploaded document

`GET /api/2026-01-01/document-uploads/{document_id}`

Retrieve a document previously uploaded by the authenticated user. Only the user who originally uploaded the document can access it.

## Path parameters

- `document_id` string, required

## Response `200`

The document

- DocumentUploadsResponse
  - `id` string, uuid, required — Identifier for the document uploaded.
  - `file_path` string, uri, required — Presigned URL providing temporary access to the uploaded document. This URL expires after 10 minutes. To retrieve a fresh URL, use the GET endpoint with the document ID.
  - `created_at` string, date-time, required — ISO 8601 timestamp when the document was uploaded.

## Other responses

- `404` — The document was not found or does not belong to the authenticated user.

---

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