Layer

Retrieve status of upload identified by uuid. The primary purpose of this endpoint is to resolve the current status of a resumable upload.

get/{nextBlobUuidLink}

Path parameters

nextBlobUuidLinkstring required

Link acquired from upload start or previous chunk. Note, do not include initial / (must do substring(1) )

Response

The upload is known and in progress. The last received offset is available in the Range header.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.