---
title: "Status of deal upload"
method: GET
path: "/uploads/{id}"
---

# Status of deal upload

`GET /uploads/{id}`

Return a json struct detailing the current status of a deal upload.

## Path parameters

- `id` string, required

## Response `200`

The status of a file upload process, including progress and missing chunks

## Other responses

- `400` — Bad Request - Invalid input or validation error
- `404` — UploadStatusCodeDealNotFound indicates that the requested deal was not found, corresponding to status code 404
- `425` — UploadStatusCodeUploadNotStarted indicates that the upload process has not started yet
- `500` — UploadStatusCodeServerError indicates an internal server error occurred during the upload process, corresponding to status code 500

---

[API](https://skmtc.net/filecoin-project/apis/curio-market-2-0-api.md) · [All operations](https://skmtc.net/filecoin-project/apis/curio-market-2-0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/filecoin-project/curio-market-2-0-api/versions/4406be02a799/schema)
