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

# Download bulk recalls batch results

`GET /v1/recalls-batch/download`

Download the results of a completed batch as CSV.

## Query parameters

- `batchId` string, required

## Headers

- `X-CarsXE-Batch-Token` string

## Response `200`

CSV results file.

## 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 these credentials.
- `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)
