---
title: "Gets aggregated status for batch uploads identified by IDs or a correlation ID."
method: GET
path: "/asset/batch-upload/status"
tags: ["BatchUpload"]
---

# Gets aggregated status for batch uploads identified by IDs or a correlation ID.

`GET /asset/batch-upload/status`

## Query parameters

- `batchUploadIds` string[]
- `correlationId` string

## Response `200`

OK

- GetBatchUploadStatusEndpointOutput
  - `status` 'Processing' | 'Completed' | 'Aborted', required
  - `totalCount` integer, required — The total number of URLs across all queried batches.
  - `completedCount` integer, required — The number of URLs that have been successfully processed.
  - `failedCount` integer, required — The number of URLs that failed to process.
  - `completedBatches` string[], required — The identifiers of batch uploads that have fully completed.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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