Get Batch Errors as CSV

Get Batch Errors CSV download

get

Gets a list of any errors for the batch in CSV format as a file

Path parameters
batchIdstring · uuidRequired

Identifier for the batch

Example: c87e2a4a-5169-4726-b078-7e9538ae28cd
Responses
200

Errors for batch

application/octet-stream
Responsestring · binaryExample: batchId,batchErrorId,inputs,errorType,errorDescription,attemptNumber 4640ba8c-c195-479e-8107-4e9b7d992f33,e30ee5e3-670d-4cc8-95e6-4a1a11ed7477,"plate=ABC123,state=NSW",PROCESSING_ERROR,Plate/State not found,1
get
GET /batch/v1/batches/{batchId}/errors/download HTTP/1.1
Host: api.tst.motorweb.app
Accept: */*
batchId,batchErrorId,inputs,errorType,errorDescription,attemptNumber
4640ba8c-c195-479e-8107-4e9b7d992f33,e30ee5e3-670d-4cc8-95e6-4a1a11ed7477,"plate=ABC123,state=NSW",PROCESSING_ERROR,Plate/State not found,1

Last updated