Skip to main content

Retrieves the current status of a map stamp download.

GET 

/map/import/delivery/status/:reqId

Retrieves and returns the current status of the specified map stamp download.

Request

Path Parameters

    reqId stringrequired

Responses

Schema

    errorMessage stringnullable
    estimationTimeToDownload int64nullable
    importRequestId stringrequired
    progress float
    status DeliveryStatusEnumrequired

    Possible values: [Start, InProgress, Done, Pause, Cancel, Error]

Loading...