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.

Changes

Changed in 3 of the 15 revisions of this API.99

  • 7ee76f0ff67933See the full diff
    • added the new Failed enum value to the response property for the response status

      response-property-enum-value-added

    • added the new Ok enum value to the response property for the response status

      response-property-enum-value-added

    • added the new Processing enum value to the response property for the response status

      response-property-enum-value-added

    • removed the Failed enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the Ok enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the Processing enum value from the response property for the response status

      response-property-enum-value-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • a800b73f11c133See the full diff
    • added the new Failed enum value to the response property for the response status

      response-property-enum-value-added

    • added the new Ok enum value to the response property for the response status

      response-property-enum-value-added

    • added the new Processing enum value to the response property for the response status

      response-property-enum-value-added

    • removed the Failed enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the Ok enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the Processing enum value from the response property for the response status

      response-property-enum-value-removed

  • b79d96775b1333See the full diff
    • added the new Failed enum value to the response property for the response status

      response-property-enum-value-added

    • added the new Ok enum value to the response property for the response status

      response-property-enum-value-added

    • added the new Processing enum value to the response property for the response status

      response-property-enum-value-added

    • removed the Failed enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the Ok enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the Processing enum value from the response property for the response status

      response-property-enum-value-removed