---
title: "Returns a list of bulk data extracts"
method: GET
path: "/extracts"
---

# Returns a list of bulk data extracts

`GET /extracts`

## Response `200`

A list of bulk extracts, from newest to oldest

- object
  - `extracts` BulkExtract[]
    - `extract_id` integer — Unique sequential ID for the extract
    - `extracted_on` string, date-time — UTC timestamp at which the extract was generated
    - `download_path` string — Download path for the extract. Contains only URL path (should be used with the same hostname as the API).

## Other responses

- `400` — Invalid request submitted by user
- `500` — Unexpected server error

---

[API](https://skmtc.net/colouring-cities/apis/colouring-london-api.md) · [All operations](https://skmtc.net/colouring-cities/apis/colouring-london-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/colouring-cities/colouring-london-api/versions/fbcb5bceaeb4/schema)
