begin_page_content_export
Initiate an async export of a Coda page's content in HTML or markdown format. Returns a request ID to check export status.
Instructions
Start an async export of page content in HTML or markdown format - returns request ID to poll for completion with get_page_content_export_status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| page_id_or_name | Yes | ||
| output_format | No | html |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The identifier of this export request. | |
| status | Yes | The status of this export. | |
| href | Yes | The URL that reports the status of this export. Poll this URL to get the content URL when the export has completed. |