---
title: "Get the value of a setting"
method: GET
path: "/settings/{settingId}"
tags: ["Settings"]
---

# Get the value of a setting

`GET /settings/{settingId}`

Get the current value of a specific setting

## Path parameters

- `settingId` string, required

## Response `200`

Settings

- object
  - `id` string, required — Id of the setting
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'getSetting', required — The id of the action
  - `data` object, required — Information about the setting
    - `settingId` string — Id and value of the property

---

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