---
title: "Get list processing status"
method: GET
path: "/lists/{id}"
tags: ["lists"]
---

# Get list processing status

`GET /lists/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful response

- ImportJob
  - `id` integer
  - `fields` string[]
  - `file` ImportFileMetadata
    - `estimated_rows_count` integer
    - `filename` string
  - `status` ImportJobStatus
    - `state` string
    - `progress` integer
    - `message` string
    - `time_left_description` string, nullable
    - `time_left_seconds` string, nullable
  - `download_url` string
  - `expires_at` string

## 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/versions/cfb0f76c8af3/schema)
