Get the current status of the export process
GET {{baseUrl}}/roadsafetyhotspots/export/:jobId
This endpoint returns the current status of the export process of the road safety hotspots data into files. The status can be one of the following values: IN PROGRESS, COMPLETED, EXPIRED or FAILED.
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| x-tracking-id | string | the request tracking ID | |
| Accept | string | 
RESPONSES
status: OK
{"status":"\u003cstring\u003e","jobId":"\u003cstring\u003e","validUntil":"\u003cdateTime\u003e","fileNames":["\u003cstring\u003e","\u003cstring\u003e"]}