---
title: "Download a completed asset export"
method: GET
path: "/api/assets/exports/{exportName}"
tags: ["assets"]
---

# Download a completed asset export

`GET /api/assets/exports/{exportName}`

[cloud-only] Returns the archive file for a completed asset export.

## Path parameters

- `exportName` string, required

## Response `200`

Export archive file

## Other responses

- `400` — Invalid export name
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

## Changes

- **2026-05-22** `09a5075587c8` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`
- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/assets/exports/:exportName/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/c4db9e1283df/schema)
