---
title: "Batch listings creation - Get Batch Status"
method: GET
path: "/selling/batch/create-listing/{batchId}"
tags: ["Batch"]
---

# Batch listings creation - Get Batch Status

`GET /selling/batch/create-listing/{batchId}`

Once you are able to create a batch successfully, you need to poll the get batch status API to track the progress of the batch.
This polling is necessary because all batch operations are asynchronous in nature.

## Path parameters

- `batchId` string, required

## Response `200`

Ok

- GetListingCreateBatchResponse
  - `batchId` string, required — Stringified UUIDv4. See [RFC 4112](https://tools.ietf.org/html/rfc4122)
  - `status` string, required — The status of this batch
  - `completedAt` string, nullable, required — When this batch fully completed. Represented as ISO 8601 format like 2021-11-09T12:44:31.000Z
  - `createdAt` string, required — When this batch was created. Represented as ISO 8601 format like 2021-11-09T12:44:31.000Z
  - `updatedAt` string, required — When this batch was last updated. Represented as ISO 8601 format like 2021-11-09T12:44:31.000Z
  - `totalItems` number, double, required — Total number of items in this batch
  - `itemStatuses` BatchStatusCounts, required — The number of items in this batch grouped by their statuses. This is a short-hand way to quickly introspect how many items are still enqued, how many succeeded or how many failed in a batch.

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/stockx/apis/stockx-public-api.md) · [All operations](https://skmtc.net/stockx/apis/stockx-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockx/stockx-public-api/versions/5b4ba84182d7/schema)
