v1
latestOpenAPI 3.0.12026-07-24110189356.6 KBby-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
Example response
{
"status": "completed"
}