---
title: "List distance matrix jobs"
method: GET
path: "/distance-jobs"
tags: ["distance-jobs"]
---

# List distance matrix jobs

`GET /distance-jobs`

## Query parameters

- `page` integer

## Response `200`

Successful response

- DistanceMatrixJobCollection
  - `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
  - `links` PaginationCursors
    - `first` string
    - `last` string
    - `prev` string, nullable
    - `next` string, nullable
  - `meta` PaginationMeta
    - `current_page` integer
    - `from` integer
    - `last_page` integer
    - `links` PaginationLink[]
      - `url` string, nullable
      - `label` string
      - `page` integer, nullable
      - `active` boolean
    - `path` string
    - `per_page` integer
    - `to` integer
    - `total` integer

## Other responses

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

---

[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)
