eds_da_export
Recursively fetch every document under a Document Authoring path and return all sources in one call. Use for bulk cloning or reading many pages at once instead of individual requests.
Instructions
Bulk-export a whole Document Authoring subtree in one call: recursively fetch every document under a path and return all their sources together. The efficient "clone" read for operating on many pages at once (vs. one get per page). Requires EDS_DA_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | DA folder path to export (e.g., "blog"); use "" for the whole site | |
| maxFiles | No | Maximum documents to fetch (default 100); result flags truncation if exceeded |