Skip to main content

Download status

Returns the status of a background download initiated via Upload from URL. Poll this endpoint until the status is completed or failed.

Method: GET

URL: https://example.com/<MIXPOST_CORE_PATH>/api/<workspaceUuid>/media/remote/<downloadId>/status

Authorization: Bearer <token>

Response:

{
"status": "downloading",
"progress": 50
}

The status field can be one of: pending, downloading, processing.

The progress field is a number from 0 to 100.