created_timenumber required
export_format'html' | 'markdown' | 'pdf' required
export_job_idstring required
Identifier of the export job, as returned by the enqueue endpoint.
export_type'page' | 'space' | 'teamspace' required
Whether an entire workspace ('space'), a teamspace, or a single 'page' was exported.
last_edited_timenumber required
pages_exportednumber required
status'completed' | 'failed' | 'in_progress' | 'url_generation_failed' required
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'.
download_urlsstring[]
Short-lived, bot-scoped download URLs for the completed export. Always present when 'status' is 'completed', and absent for every other status.