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

# GET /api/admin/config/params

`GET /api/admin/config/params`

GET operation for /api/admin/config/params

## Query parameters

- `prefix` string
- `direct` 'true' | 'false' | '1' | '0' | 'yes' | 'no'

## Headers

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

## Response `200`

Flat list of parameters under the specified prefix

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

## Other responses

- `401` — Authentication required or not an admin
- `403` — CONFIG_EDITOR feature flag is disabled
- `500` — Failed to list configuration parameters

---

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