---
title: "Gets the full result of a batch upload including all items."
method: GET
path: "/asset/batch-upload/{batchUploadId}"
tags: ["BatchUpload"]
---

# Gets the full result of a batch upload including all items.

`GET /asset/batch-upload/{batchUploadId}`

## Path parameters

- `batchUploadId` string, required

## Response `200`

OK

- GetBatchUploadResultEndpointOutput
  - `batchUploadId` string, required — The identifier of the batch upload.
  - `status` 'Processing' | 'Completed' | 'Aborted', required
  - `totalCount` integer, required — The total number of URLs in the batch.
  - `completedCount` integer, required — The number of URLs that have been successfully processed.
  - `failedCount` integer, required — The number of URLs that failed to process.
  - `items` GetBatchUploadResultEndpointUrlOutput[], required — The individual results for each URL in the batch.
    - `url` string, required
    - `fileName` string, nullable
    - `warnings` string[]
    - `status` 'Pending' | 'Completed' | 'Failed', required
    - `errorMessage` string, nullable
    - `stage` string, nullable
    - `upstreamHttpStatus` integer, nullable

## 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/e42ec51c7b88/schema)
