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

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

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

List exports for a project

## Path parameters

- `projectId` string, required

## Query parameters

- `limit` string

## Response `200`

Exports retrieved successfully

- object
  - `exports` object[], required
    - `exportId` string, required
    - `projectId` string, required
    - `status` 'queued' | 'processing' | 'completed' | 'failed', required — Export lifecycle status.
    - `createdAt` string, nullable, required
    - `completedAt` string, nullable, required
    - `variantCount` number, nullable, required
    - `zip` object, nullable, required
      - `objectKey` string, required — R2 object key for this artifact. Use downloadUrl or /exports/download.
      - `filename` string, nullable, required
      - `downloadUrl` string — Authenticated download URL for this artifact.
    - `locales` string[], required
    - `themes` string[], required
    - `hasContentVariations` boolean, required
    - `error` object, nullable, required
      - `message` string, required

## Other responses

- `401` — Authentication required
- `403` — Access denied
- `404` — Project 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)
