latestOpenAPI 3.1.12026-08-22330162.7 KB
35448566f143
Publishing
Get publication status
Returns the current status of a publication. Poll this after POST /publications to track progress.
Status flow: Immediate publishes typically move exporting -> uploading -> published (or failed at any stage). Scheduled publishes may move into scheduled first, depending on platform behavior.
Polling recommendation: Check every 10-15 seconds until the upload reaches a stable state such as published, scheduled, or failed.
get/publications/{publicationId}
Path parameters
publicationIdstring uuid required
Publication ID from POST /publications.
Response
OK