---
title: "Get the value of a global property"
method: GET
path: "/parameters/{parameterId}"
tags: ["Parameters"]
---

# Get the value of a global property

`GET /parameters/{parameterId}`

Get the current value of a given global property (a.k.a. global parameter)

## Path parameters

- `parameterId` string, required

## Response `200`

Settings

- object
  - `id` string, required — Id of the property
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'parameterDetails', required — The id of the action
  - `data` object, required — Parameters
    - `parameters` Parameter[], required
      - `id` string, required — Name of the parameter
      - `value` string, string or JSON — Value of the parameter
      - `description` string — Description of the parameter
      - `overridable` boolean — Is the global parameter overridable by node

---

[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)
