# Export operations

> Modeful DOCX export (review-preserving / final / original) with a structured degradation report.



1 operations. Names, descriptions, and behavior flags come from the canonical contract.

## Operations

- [`export.toDocx`](/document-api/reference/export/to-docx) (read): Serialize the current document to DOCX bytes under an explicit tracked-change export mode. `review-preserving` (default) keeps open tracked changes as Word revision markup, `final` resolves them as accepted, and `original` resolves them as rejected. Returns the exported bytes plus a structured degradation report of allowed warnings. An invalid mode fails closed with INVALID_INPUT before any work happens.

