---
title: "Get download status"
method: GET
path: "/v0/catalogs/download/{download_id}"
tags: ["Catalog"]
---

# Get download status

`GET /v0/catalogs/download/{download_id}`

Get the current status of a download resource, signed_url field will be populated only if the operation is successful.

## Path parameters

- `download_id` string, required

## Response `200`

OK

- ClerkDownloadResponse
  - `id` string
  - `signed_url` string
  - `status` 'success' | 'created' | 'failed' | 'in_progress'

## Other responses

- `400` — Bad Request
- `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)
