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

# GET /v1/projects/{projectId}/exports/{exportId}/artifacts

`GET /v1/projects/{projectId}/exports/{exportId}/artifacts`

List export artifacts

## Path parameters

- `projectId` string, required
- `exportId` string, required

## Response `200`

Export artifacts retrieved

- object
  - `exportId` string, required
  - `projectId` string, required
  - `artifacts` object[], required
    - `objectKey` string, required — R2 object key for this artifact. Use downloadUrl or /exports/download.
    - `size` number, nullable, required
    - `uploaded` string, nullable, required
    - `filename` string
    - `downloadUrl` string — Authenticated download URL for this artifact.

## Other responses

- `401` — Authentication required
- `403` — Access denied
- `404` — Export not found

---

[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/versions/e7ee25ecc8d3/schema)
