Get blob upload status
GET
https://registry-1.docker.io
/v2/{name}/blobs/uploads/{uuid}
Docker Hub registry API
{var_value}
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.
GET /v2/{name}/blobs/uploads/{uuid}
Loading...
Response
Waiting for a request to be sent.