v15

latestOpenAPI 3.1.02026-07-1295183803.5 KB
Routing

Get Asynchronous Distance Matrix Status

Get massive distance matrix task status

get/mdm/status

Query parameters

idstring required

Provide the unique ID that was returned on successful submission of the Asynchronous Distance Matrix POST request.

keystring 32 character alphanumeric string required
Example:key=API_KEY

A key is a unique identifier that is required to authenticate a request to the API.

Response

code'Ok' | 'Processing' | 'Failed'

A code representing the status of the request.

statusstring

Returns the status detail of the result. Indicative error messages/codes are returned in case of errors. See the API Error Codes section below for more information.

output_addrstring

Returns the GCS result of a successful task. Please note that this is an internal field.

internal field, the gcs result of specific task if task is success.

result_linkstring

Returns the link for the result file (csv format) once the task is completed successfully.