---
title: "GET /documents/{documentID}"
method: GET
path: "/documents/{documentID}"
tags: ["documents"]
---

# GET /documents/{documentID}

`GET /documents/{documentID}`

Get a document by ID, including its content

## Path parameters

- `documentID` string, uuid, required

## Response `200`

Successful response

- Document
  - `id` string, uuid — Unique identifier for the document
  - `name` string — The title/name of the document
  - `link` string, uri — A URL pointing to this document in the Heartbeat community
  - `content` string — The markdown content of the document

## Other responses

- `401` — API Key is missing or invalid
- `404` — Could not find requested document

---

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