Skip to main content

Poll an HTML export job

GET 

/experiences/:experienceResourceId/export-html/:jobId

Returns the current state of an export job started by POST /experiences/{experienceResourceId}/export-html. Poll until status is completed, at which point result carries a pre-signed download URL that expires 20 minutes after it is issued, or failed, at which point error carries the reason. Responds 404 when the job is unknown or has aged out of the queue, or when the experience does not exist or the caller lacks export access to it. API key callers are limited to 600 requests per minute per account, after which the endpoint responds 429 with a Retry-After header.

Request

Responses