---
title: "Get upload status"
method: GET
path: "/upload/status/{sid}/{upload_id}"
tags: ["Microdata"]
---

# Get upload status

`GET /upload/status/{sid}/{upload_id}`

Get the current status of a chunked upload

## Path parameters

- `sid` string, required
- `upload_id` string, required

## Response `200`

Upload status retrieved successfully

- object
  - `chunks_received` integer
  - `total_chunks` integer
  - `percent_complete` number

## Other responses

- `400` — Bad request - upload ID not found

---

[API](https://skmtc.net/worldbank/apis/metadata-editor-api.md) · [All operations](https://skmtc.net/worldbank/apis/metadata-editor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldbank/metadata-editor-api/revisions/f4c8258bab5a/schema)
