---
title: "Download list results"
method: GET
path: "/lists/{id}/download"
tags: ["lists"]
---

# Download list results

`GET /lists/{id}/download`

## Path parameters

- `id` string, required

## Response `200`

Geocoded spreadsheet file. Format matches the uploaded spreadsheet (CSV, XLSX, or XLS). If the list is still processing or the file has expired, the response is a JSON message with success: false.

- object
  - `message` string
  - `success` boolean

## Other responses

- `400` — Invalid request.
- `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)
