---
title: "Get status of a download request"
method: GET
path: "/v0/aois/{aoi_id}/downloads/{download_id}"
tags: ["Downloads"]
---

# Get status of a download request

`GET /v0/aois/{aoi_id}/downloads/{download_id}`

Gets the status of a download request for an AOI

## Path parameters

- `aoi_id` string, required
- `download_id` string, required

## Response `200`

OK

- AtlasDownloadReadModel
  - `download_id` string
  - `signed_url` string
  - `status` string

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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