---
title: "Retrieve Upload statuses in batch"
method: POST
path: "/v4/uploads/status/query"
tags: ["Uploads"]
---

# Retrieve Upload statuses in batch

`POST /v4/uploads/status/query`

Check the status of multiple **Uploads** (up to 100 per request).

## Request body

- UploadStatusQuery
  - `ids` string[], required

## Response `200`

OK

- UploadStatuses
  - `results` UploadStatus[], required
    - `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)
