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

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

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

## Path parameters

- `projectId` string, required

## Query parameters

- `blueprintId` string
- `deviceId` string

## Response `200`

A successful response.

- GoliothListSettingResponse
  - `list` GoliothSetting[]
    - `blueprintId` string
    - `createdAt` string, date-time
    - `dataType` string
    - `deviceId` string
    - `id` string
    - `key` string
    - `projectId` string
    - `updatedAt` string, date-time
    - `value` unknown
  - `total` integer

## Other responses

- `default` — An unexpected error response.

---

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