Alpha: Document API is currently alpha and subject to breaking changes.
Summary
Read the full document as an SDDocument structure.- Operation ID:
get - API member path:
editor.doc.get(...) - Mutates document:
no - Idempotency:
idempotent - Supports tracked mode:
no - Supports dry run:
no - Deterministic target resolution:
yes
Expected result
Returns an SDDocument with body content projected into SDM/1 canonical shapes.Input fields
| Field | Type | Required | Description |
|---|---|---|---|
options | object | no | |
options.includeContext | boolean | no | |
options.includeProvenance | boolean | no | |
options.includeResolved | boolean | no |
Example request
Output fields
| Field | Type | Required | Description |
|---|---|---|---|
body | array | yes | |
modelVersion | "sdm/1" | yes | Constant: "sdm/1" |
Example response
Pre-apply throws
- None
Non-applied failure codes
- None
Raw schemas
Raw input schema
Raw input schema
Raw output schema
Raw output schema

