---
title: "Export Document"
method: GET
path: "/v1/document/{document_id}/export"
tags: ["Document"]
---

# Export Document

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

Export a specific document by its UUID

## Path parameters

- `document_id` string, uuid, required

## Query parameters

- `table_links` boolean
- `page_format` 'A1' | 'A2' | 'A3' | 'A4' | 'letter' | 'legal'
- `page_orientation` 'portrait' | 'landscape'

## Response `200`

Exported document successfully

## Other responses

- `400` — Error during export
- `404` — Document not found

## Changes

- **2025-07-05** `9c58c1c1e7e8` — 1 info
  - endpoint added
- **2025-07-05** `69960ee36427` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/morta-technology/apis/morta-api-reference/changes/v1/document/:document_id/export/get.md)

---

[API](https://skmtc.dev/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.dev/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/revisions/9c58c1c1e7e8/schema)
