Get workspace export status
Get workspace export status.
workspace:export
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The Admin API version to use for this request.
2026-06-01 Path Parameters
Identifier of the export job, as returned by the enqueue endpoint.
UUID of the workspace (space) the export belongs to.
Response
html, markdown, pdf Identifier of the export job, as returned by the enqueue endpoint.
Whether an entire workspace ('space'), a teamspace, or a single 'page' was exported.
page, space, teamspace Current state of the export: - 'in_progress': the export has not finished yet. - 'completed': the export finished and 'download_urls' is available. - 'url_generation_failed': the export finished, but a download URL could not be generated. - 'failed': the export itself did not finish; see 'error_type' and 'error_message'.
completed, failed, in_progress, url_generation_failed Short-lived, bot-scoped download URLs for the completed export. Always present when 'status' is 'completed', and absent for every other status.