Get Batch Errors as CSV
Gets a list of any errors for the batch in CSV format as a file
Path parameters
batchIdstring · uuidRequiredExample:
Identifier for the batch
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
404
Resource for id cannot be found
application/json
500
Unknown error on the service side
application/json
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