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

# Get document

`GET /documents/{documentId}`

Returns the stored briefing document payload for the authenticated token.

## Path parameters

- `documentId` string, required

## Response `200`

Document payload

- Document
  - `id` string — Unique identifier for the document (matches request id)
  - `type` string — Document type
  - `format` 'text' | 'html' | 'pdf' — Stored result format
  - `title` string, nullable — Optional document title
  - `status` integer — Current progress percentage (100 when completed)
  - `createdOn` string, date-time — UTC timestamp when the document row was created
  - `content` string, nullable — Text or HTML content when format is `text` or `html`
  - `url` string, nullable — Direct PDF URL when format is `pdf`

## Other responses

- `401` — Unauthorized
- `404` — Document not found

---

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