---
title: "Download compliance document (base64 body)"
method: GET
path: "/compliance/documents/{id}"
tags: ["compliance", "documents"]
---

# Download compliance document (base64 body)

`GET /compliance/documents/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- DocumentsDownloadB64Output
  - `content_b64` string
  - `filename` string
  - `mime_type` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Error response.

## Changes

- **2026-08-06** `fe2041c5ba86` — 1 warning
  - changed the pattern of the `path` request parameter `id` from `^doc_[0-9a-hjkmnp-tv-z]{26}$` to `^doc_[0-7][0-9a-hjkmnp-tv-z]{25}$`

[Change history](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/compliance/documents/:id/get.md)

---

[API](https://skmtc.dev/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.dev/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/adba5ad114cf/schema)
