---
title: "Download Order Archive"
method: GET
path: "/orders/{order_id}/download-archive"
tags: ["orders"]
---

# Download Order Archive

`GET /orders/{order_id}/download-archive`

Projection of orders.download_archive — the one-click "download everything":
a streamed STORE-mode Zip64 of every delivered file, laid out by each asset's
pipeline-supplied bundle_path (derived by-product folders as fallback).
?aoi=<label> slices a multi-AOI order into one zip per AOI (order-level
documents ride along in each).

## Path parameters

- `order_id` string, required

## Query parameters

- `aoi` string, nullable — One AOI of a multi-AOI order (the pipeline's label); omit for the whole order

## Headers

- `x-api-key` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
