coda_export_page
Export a Coda page to HTML or Markdown, initiating an async job if the page is large, with embedded images resolved.
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 |