---
title: "Gets the status of a multipart upload."
method: GET
path: "/layers/{layerId}/data/{dataHandle}/multiparts/{multiPartToken}"
tags: ["blob"]
---

# Gets the status of a multipart upload.

`GET /layers/{layerId}/data/{dataHandle}/multiparts/{multiPartToken}`

Gets the status of a multipart upload. The status can be received only when the upload has been completed. Please keep in mind that the actual URL for this operation must be obtained from the response body of start multipart operation that is 'POST /layers/{layerId}/data/{dataHandle}/multiparts' from the 'status' element under the top level 'links' element of the response.

## Path parameters

- `layerId` string, required
- `dataHandle` string, required
- `multiPartToken` string, required

## Query parameters

- `billingTag` string

## Response `200`

OK

- MultipartUploadStatus — Describes a status of the multipart upload.
  - `status` 'failed' | 'processing' | 'completed' — The status of the multipart upload.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found - multipart upload token doesn't exist.

---

[API](https://skmtc.dev/here/apis/query-api-v1.md) · [All operations](https://skmtc.dev/here/apis/query-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/here/query-api-v1/revisions/30e5d2645407/schema)
