---
title: "GET /v1/projects/{projectId}/exports/download"
method: GET
path: "/v1/projects/{projectId}/exports/download"
tags: ["Exports"]
---

# GET /v1/projects/{projectId}/exports/download

`GET /v1/projects/{projectId}/exports/download`

Download a specific export artifact by object key

## Path parameters

- `projectId` string, required

## Query parameters

- `objectKey` string, required
- `filename` string

## Response `200`

Download export artifact

## Other responses

- `400` — Missing or invalid artifact object key
- `401` — Authentication required
- `403` — Access denied - user does not have access to this project
- `404` — Export artifact not found
- `500` — Failed to fetch export artifact

---

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