Get publish status
GET/experiences/:experienceResourceId/publish
Returns the state of the experience’s most recent publish job, for polling after a publish has been queued. status is the job’s state and experience.status is the experience’s own publish state; the two differ while a job is in flight. Once completed, result carries the published URL. Only Flex experiences can be queried through this endpoint. Responds 400 when the experience is not a Flex one, 404 when the experience does not exist, when the caller cannot read it — existence is not leaked on permission failure — or when the experience has never been published and has no job to report. 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
- 200
- 400
- 401
- 403
- 404
- 429