---
title: "Download batch job results"
method: GET
path: "/batch/{job_uuid}/download"
tags: ["Batch Operations"]
---

# Download batch job results

`GET /batch/{job_uuid}/download`

Download the job when ready. The result is formatted as Newline-delimited GeoJSON (jsonl) for easily streaming results.

## Path parameters

- `job_uuid` string, uuid, required

## Response `200`

Job results

- BatchJobResults
  - `parcels` object[] — Each line is a GeoJSON Feature in JSONL format (one Feature per line)
    - `type` 'Feature'
    - `properties` object — Contains parcel data and custom_id if provided in input
    - `geometry` object — GeoJSON geometry object if return_geometry is true

## Other responses

- `401` — Unauthorized. Invalid API token.
- `404` — Job not found
- `409` — Job not ready for download

---

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