Get the current status of the export process

GET {{baseUrl}}/waviness/export/:jobId

This endpoint returns the current status of the export process of the waviness data into files. The status can be one of the following values: IN PROGRESS, COMPLETED, EXPIRED or FAILED.

HEADERS

KeyDatatypeRequiredDescription
x-tracking-idstringthe request tracking ID
Acceptstring

RESPONSES

status: OK

{"status":"\u003cstring\u003e","jobId":"\u003cstring\u003e","validUntil":"\u003cdateTime\u003e","fileNames":["\u003cstring\u003e","\u003cstring\u003e"]}