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

# GET /api/admin/config/tree

`GET /api/admin/config/tree`

GET operation for /api/admin/config/tree

## Headers

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

## Response `200`

Nested tree structure of configuration parameters

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

## Other responses

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

---

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