eds_da_get_source
Retrieve the raw authored source (typically HTML) of an Adobe Document Authoring document by providing its path. This returns the underlying source file, not the rendered output.
Instructions
Get the raw authored source (typically HTML) of a Document Authoring document — the source of truth, not the rendered/previewed output. Requires EDS_DA_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | DA document path; ".html" is assumed when no extension is given (e.g., "index" → index.html, or "data.json") |