---
title: "Get bulk recalls batch status"
method: GET
path: "/v1/recalls-batch/status"
tags: ["Recalls"]
---

# Get bulk recalls batch status

`GET /v1/recalls-batch/status`

Check the processing status of a previously submitted batch.

## Query parameters

- `batchId` string, required

## Headers

- `X-CarsXE-Batch-Token` string

## Response `200`

Batch status retrieved.

- object
  - `success` boolean
  - `data` object
    - `batchId` string
    - `numericBatchId` integer
    - `status` string
    - `totalVins` integer

## Other responses

- `400` — Missing batchId parameter.
- `401` — Missing API key, unknown/disabled API key, or inactive account.
- `404` — Batch not found or not accessible with this API key.

---

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