coda_export_page
Export a Coda page with embedded images resolved. For large pages, initiates an async export and returns an export ID to poll until complete.
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 | |
| page_id_or_name | Yes | Page ID or name to export | |
| output_format | No | Export format | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |