---
title: "Get Asynchronous Distance Matrix Status"
method: GET
path: "/mdm/status"
tags: ["Routing"]
---

# Get Asynchronous Distance Matrix Status

`GET /mdm/status`

Get massive distance matrix task status

## Query parameters

- `id` string, required
- `key` string, 32 character alphanumeric string, required

## Response `200`

- object
  - `code` 'Ok' | 'Processing' | 'Failed' — A code representing the status of the request.
  - `status` string — Returns the status detail of the result. Indicative error messages/codes are returned in case of errors. See the [API Error Codes](#api-error-codes) section below for more information.
  - `output_addr` string — 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_link` string — Returns the link for the result file (csv format) once the task is completed successfully.

---

[API](https://skmtc.net/nextbillion-ai/apis/one-spec-service.md) · [All operations](https://skmtc.net/nextbillion-ai/apis/one-spec-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nextbillion-ai/one-spec-service/versions/b647f1808dda/schema)
