GET https://registry-1.docker.io /v2/{name}/blobs/uploads/{uuid} Docker Hub registry API

Get blob upload status

Retrieve the current status of an in-progress blob upload.

This is useful for:

  • Resuming an interrupted upload
  • Determining how many bytes have been accepted so far
  • Retrying from the correct offset in chunked uploads

The response includes the Range header indicating the byte range received so far, and a Docker-Upload-UUID for identifying the session.

Path parameters

  • string Required
  • string Required

Request Headers

  • string Required
GET /v2/{name}/blobs/uploads/{uuid}
Loading...

Share your request

Use this link to easily share a pre-filled request of this operation. Everything you filled will be shared apart from the authentication fields.

Request URL

https://bump.sh/christophedujarric/hub/docker/doc/supported-registry-api-for-docker-hub/explorer/operation/operation-getblobuploadstatus

Send a delete request

It looks like you’re about to send a DELETE request to this API. This type of request carries a risk of permanent and irreversible data loss.

Are you sure you want to continue?
Response
Waiting for a request to be sent.