Get static export job status
Retrieve the current status of a static export job. Poll this endpoint after starting a job until status is completed (or failed).
Once the job completes, the response includes a bundleUrl, sizeBytes, and expiresAt. The bundleUrl is a time-limited presigned S3 link. Download the bundle before the expiresAt timestamp. Call this endpoint again to get a fresh link. The underlying export files remain reusable.
Static export is available on Enterprise plans.
Authenticate with an admin API key.
Authorizations
The Authorization header expects a Bearer token. Use an admin API key. This is a server-side secret key. Generate one on the API keys page in your dashboard.
Path Parameters
The ID of the static export job returned by Start static export job.
Response
The current state of the export job.
Unique identifier for the static export job.
"6520f3a1c9b1a20012ab34cd"
The current state of the job.
queued, running, completed, failed "completed"
When the job was created.
When the job last transitioned state.
A human-readable error message. Present only when status is failed, otherwise null.
A time-limited presigned S3 link to the static export bundle archive. Present only when status is completed. Download the bundle before expiresAt. Call this endpoint again to get a fresh link.
"https://mintlify-static-exports.s3.amazonaws.com/6520f3a1c9b1a20012ab34cd/export.zip?X-Amz-Signature=..."
The size of the bundle in bytes. Present only when status is completed.
18432000
When the current bundleUrl expires. Present only when status is completed.