---
title: "List all global properties"
method: GET
path: "/parameters"
tags: ["Parameters"]
---

# List all global properties

`GET /parameters`

Get the current value of all the global properties (a.k.a. global parameters)

## Response `200`

Settings

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'listParameters', 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)
