get_page_content_export_status
Check the status of a page export and automatically download the content when it becomes ready after starting an export request.
Instructions
Check status of a page export and auto-download content when ready - poll this after starting export with begin_page_content_export
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| page_id_or_name | Yes | ||
| request_id | Yes |
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. | |
| download_link | No | Once the export completes, the location where the resulting export file can be downloaded; this link typically expires after a short time. Call this method again to get a fresh link. | |
| error | No | Message describing an error, if this export failed. | |
| content | No | The actual exported page content (HTML or markdown). This is automatically downloaded when status is 'complete'. Note: This field is a convenience enhancement not in the OpenAPI spec. |