---
title: "GET /v1/organizations/{organizationId}/projects/{projectId}/config"
method: GET
path: "/v1/organizations/{organizationId}/projects/{projectId}/config"
tags: ["Project Config"]
---

# GET /v1/organizations/{organizationId}/projects/{projectId}/config

`GET /v1/organizations/{organizationId}/projects/{projectId}/config`

## Path parameters

- `organizationId` string, required
- `projectId` string, required

## Response `200`

A successful response.

- GoliothListProjectConfigsResponse
  - `list` GoliothProjectConfigSetting[]
    - `default` GoliothProjectConfigValue
      - `boolean` boolean
      - `integer` integer
      - `string` string
    - `description` string
    - `disabled` GoliothProjectConfigDisabled
      - `description` string
      - `reason` string
    - `id` string
    - `name` string
    - `range` GoliothProjectConfigValueRange
      - `max` integer
      - `min` integer
    - `type` string
    - `updatedAt` string, date-time
    - `value` GoliothProjectConfigValue
      - `boolean` boolean
      - `integer` integer
      - `string` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/golioth/apis/golioth-api.md) · [All operations](https://skmtc.net/golioth/apis/golioth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/golioth/golioth-api/versions/47c98ae69a55/schema)
