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

# GET /v1/projects/{projectId}/content-variables

`GET /v1/projects/{projectId}/content-variables`

List content variable slots for a project

## Path parameters

- `projectId` string, required

## Response `200`

Content variables retrieved successfully

- object
  - `contentVariables` object[], required — Available content variable slots for exports.
    - `key` string, required
    - `defaultValue` 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)
