---
title: "Retrieve Upload status"
method: GET
path: "/v4/uploads/{uploadId}/status"
tags: ["Uploads"]
---

# Retrieve Upload status

`GET /v4/uploads/{uploadId}/status`

Check the status of an **Upload** by ID.

## Path parameters

- `uploadId` string, uuid, required

## Response `200`

OK

- UploadStatus
  - `id` string, uuid, required — Unique identifier for the upload.
  - `status` 'UPLOADING' | 'INVALID' | 'PENDING' | 'INBOX' | 'DECLINED' | 'IMPORTING' | 'SUCCESS', required — Current status of the upload: * `UPLOADING` - Uploading has started, parts are still coming in. * `INVALID` - Upload has failed validity check. * `PENDING` - Upload has been received by Climate and is being processed. * `INBOX` - The upload is awaiting user acceptance in their Data Inbox. * `DECLINED` - The user has declined the upload in their Data Inbox. * `IMPORTING` - The user has accepted the upload and it is being imported into their account. * `SUCCESS` - The upload has been successfully imported.

## Other responses

- `400` — Bad Input
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error
- `503` — Server Busy

---

[API](https://skmtc.net/fieldview/apis/climate-fieldview-platform-apis.md) · [All operations](https://skmtc.net/fieldview/apis/climate-fieldview-platform-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldview/climate-fieldview-platform-apis/revisions/f6831695600e/schema)
