---
title: "Gets the status of a multipart upload."
method: GET
path: "/layers/{layerId}/keysMultipart/{multipartToken}"
tags: ["by-key"]
---

# Gets the status of a multipart upload.

`GET /layers/{layerId}/keysMultipart/{multipartToken}`

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

## Path parameters

- `layerId` string, required
- `multipartToken` string, required

## Response `200`

OK

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

## Other responses

- `400` — User Error - Invalid input is provided
- `401` — Unauthorized - the request didn't provide correct authentication details
- `403` — Forbidden - the specific account doesn't have correct privileges to perform the operation
- `404` — Not Found - the specified resource was not found
- `500` — Server unavailable or internal server error
- `502` — Server unavailable or internal server error
- `503` — Server unavailable or internal server error
- `504` — Server unavailable or internal server error

---

[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)
