Skip to main content
GET
/
downloads
/
{id}
Get download task status
curl --request GET \
  --url https://api.example.com/downloads/{id}
{
  "id": "<string>",
  "key": "<string>",
  "status": "<string>",
  "update": {
    "exportTargetId": "<string>",
    "key": {
      "artifactId": "<string>",
      "execution": {
        "domain": "<string>",
        "name": "<string>",
        "project": "<string>"
      }
    },
    "progress": 123,
    "tags": {},
    "type": "<string>",
    "uri": "<string>"
  }
}

Path Parameters

id
string
required

ID of downloads task

Query Parameters

volume_id
string
required

ID of volume download task originates from

Response

OK

id
string
key
string
status
string
update
object