Get static export job status
Retrieve the current status and progress of a static export job. Poll this endpoint after starting a job until status is completed (or failed).
Static export is available on Enterprise plans.
Authorizations
Admin API 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.
"se_3f9a2c1b8e7d4a06"
The current state of the job.
queued, running, completed, failed "running"
Completion percentage from 0 to 100.
0 <= x <= 10042
The number of pages exported so far.
128
When the job was created.
When the job was last updated.
A human-readable error message. Present only when status is failed.