coda_export_page
Export a page's content with embedded images, supporting HTML or Markdown formats. Initiates async export for large pages and returns an export ID for polling.
Instructions
Export a page's content, initiating an async export if needed.
Starts an export job and returns the export status. For small pages, the content may be returned immediately. For large pages, poll the returned export ID until complete. Prefer coda_get_page_content for quick reads — use this only when you need a full export with embedded images resolved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The doc ID containing the page | |
| output_format | No | Export format | markdown |
| page_id_or_name | Yes | Page ID or name to export |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |