Skip to main content
GET
/
tasks
/
import-blobs
/
{key}
/
update
Get import blobs task update
curl --request GET \
  --url https://mycluster.domino.tech/tasks/import-blobs/{key}/update
{
  "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

key
string
required

Key of import blobs task

Response

OK

id
string
key
string
status
string
update
object