Skip to main content
GET
Get container status
Step 2 of the publish flow. Poll about once per minute until status_code is FINISHED.
Images usually finish immediately. Videos take longer.
There is no publish webhook — polling is the only way to know a container is ready.

Authentication

Use the hmat_ channel token from GET /meta/channels/{id}/token or hookmyapp channels env <channel>. Do not use an hmok_ API key for this call.

Path parameters

string
required
The container ID returned by Create a media container.

Example

Successful response

status_code values: IN_PROGRESS, FINISHED, ERROR, EXPIRED.