---
title: "Get org configs"
method: GET
path: "/configkeyvalue?name={configKeyName}"
---

# Get org configs

`GET /configkeyvalue?name={configKeyName}`

Retrieves the organization configuration values based on config name.

## Query parameters

- `name` string

## Response `200`

200

- object
  - `entityId` integer
  - `keyName` string
  - `value` string
  - `scope` string
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — 400

---

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