Download a Batch Report

Get Batch Report

get

Gets a signed URL allowing the client application to download a report file

Path parameters
batchIdstring · uuidRequired

Identifier for the batch

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

Report produce for batch

application/json
get
GET /batch/v1/batches/{batchId}/reports HTTP/1.1
Host: api.tst.motorweb.app
Accept: */*
{
  "batchId": "c87e2a4a-5169-4726-b078-7e9538ae28cd",
  "url": "https://storage.googleapis.com/user-upload/123-2022-08-08T22:22:21-qwerty-report.csv?X-Goog-Algorithm= GOOG4-RSA-SHA256&X-Goog-Credential=example%40batch-self-service.iam.gserviceaccount.com%2F20181026%2Fus-central1%2Fstorage%2Fgoog4_request&X-Goog-Date=20221026T18 1309Z&X-Goog-Expires=900&X-Goog-SignedHeaders=host&X-Goog-Signature=247a2aa45f16 2ea7abedc098d2eb14a7",
  "filename": "123-2022-08-08T22:22:21-qwerty.csv",
  "status": "COMPLETED",
  "expiry": "123-2022-08-09T06:22:21"
}

Last updated