---
title: "Get Document Content"
method: GET
path: "/v1/document/{document_id}/content"
tags: ["Documents"]
---

# Get Document Content

`GET /v1/document/{document_id}/content`

Return the parsed markdown for a document. Used by the FE preview/edit modal.

## Path parameters

- `document_id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/18bc44e35414/schema)
