---
title: "Retrieve config by key"
method: GET
path: "/config/{key}"
tags: ["Configuration Management"]
---

# Retrieve config by key

`GET /config/{key}`

Retrieve the config item with the specified key.

## Path parameters

- `key` string, required

## Response `200`

OK

- Config
  - `key` string, required — key for the config item.
  - `value` union, required
    - string
    - boolean
    - integer
    - number
    - object
    - union[]
      - union
        - string
        - number
        - boolean
        - object

---

[API](https://skmtc.net/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api.md) · [All operations](https://skmtc.net/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pai-os/personal-artificial-intelligence-operating-system-pai-os-api/revisions/3c144b366e19/schema)
