---
title: "GET /api/admin/config/param"
method: GET
path: "/api/admin/config/param"
tags: ["Admin"]
---

# GET /api/admin/config/param

`GET /api/admin/config/param`

GET operation for /api/admin/config/param

## Query parameters

- `key` string, required

## Headers

- `X-EDH-USER` string, required
- `X-EDH-TOKEN` string, required

## Response `200`

Parameter value and associated policy

- object
  - `success` boolean
  - `message` object

## Other responses

- `400` — Missing required key parameter
- `401` — Authentication required or not an admin
- `403` — CONFIG_EDITOR feature flag is disabled
- `500` — Failed to retrieve parameter detail

## Changes

- **2026-08-15** (v1) `058396b8f0f1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/changes/api/admin/config/param/get.md)

---

[API](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/revisions/058396b8f0f1/schema)
