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

# Get bulk recalls batch results

`GET /v1/recalls-batch/results`

Fetch the per-VIN recall results of a completed batch as JSON.

## Query parameters

- `batchId` string, required

## Headers

- `X-CarsXE-Batch-Token` string

## Response `200`

Batch results retrieved.

- object
  - `success` boolean
  - `data` object
    - `job` object
    - `results` object[]
      - `vin` string
      - `hasRecalls` boolean
      - `recallCount` integer
      - `recalls` object[]

## 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.
- `409` — Batch processing is not yet complete.

---

[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/d90c24450642/schema)
