---
title: "Get Config Key Values"
method: GET
path: "/organization/configkeyvalue"
---

# Get Config Key Values

`GET /organization/configkeyvalue`

Retrieves the organization configuration values based on config name.

## Query parameters

- `name` 'CONF_MAX_CARDS_PER_ORG' | 'IS_DIRECT_REPLAY_ENABLED', required

## Response `200`

200

- object
  - `id` integer
  - `entityId` integer
  - `keyName` string
  - `value` 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)
