---
title: "GET /v1/projects/{projectId}/themes"
method: GET
path: "/v1/projects/{projectId}/themes"
tags: ["Project Details"]
---

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

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

List themes for a project

## Path parameters

- `projectId` string, required

## Response `200`

Themes retrieved successfully

- object
  - `themes` object[], required
    - `id` string, required
    - `label` string
    - `isDefault` boolean, required
  - `primaryTheme` 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)
