Recalls

Download bulk recalls batch results

Download the results of a completed batch as CSV.


Checking account...
GET
/v1/recalls-batch/download

Download the results of a completed batch as CSV.

Authorization

key<token>

Your CarsXE API key, passed as the key query parameter.

In: query

Query Parameters

batchId*string

The batch ID returned from the submit endpoint.

Header Parameters

X-CarsXE-Batch-Token?string

Batch-scoped token returned by an x402 submit call. Use this instead of the key query parameter for status, results, and download requests.

Response Body

text/csv

application/json

"string"
Empty

{
  "success": false,
  "message": "Missing API key"
}

Empty
Empty