---
title: "Get distance matrix job status"
method: GET
path: "/distance-jobs/{identifier}"
tags: ["distance-jobs"]
---

# Get distance matrix job status

`GET /distance-jobs/{identifier}`

## Path parameters

- `identifier` string, required

## Response `200`

Successful response

- DistanceMatrixJob
  - `data` DistanceMatrixJobDetails
    - `identifier` string
    - `name` string
    - `created_at` string
    - `origins_type` string
    - `origins_count` integer
    - `destinations_type` string
    - `destinations_count` integer
    - `distance_mode` string
    - `status` string
    - `download_url` string, nullable
    - `total_calculations` integer
    - `calculations_completed` integer
    - `progress` integer
    - `status_message` string
    - `time_left` string, nullable
    - `is_expired` boolean

## Other responses

- `403` — Invalid API key, or feature not available.
- `404` — Resource not found.

---

[API](https://skmtc.net/geocod/apis/geocodio.md) · [All operations](https://skmtc.net/geocod/apis/geocodio/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocod/geocodio/revisions/cfb0f76c8af3/schema)
