v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
by-key

Gets the status of a multipart upload.

Gets the status of a multipart upload. The status can be received only when the upload has been completed.

get/layers/{layerId}/keysMultipart/{multipartToken}

Path parameters

layerIdstring required

The ID of the parent layer for this blob.

multipartTokenstring required

The identifier of the multipart upload (token). This token is returned when the multipart upload is initiated.

Response

OK

status'failed' | 'processing' | 'completed' required

The status of the multipart upload.

Example response

{
  "status": "completed"
}