---
title: "Returns the current application.yml as JSON with a sidecar comments list"
method: GET
path: "/application-config"
tags: ["Application Config"]
---

# Returns the current application.yml as JSON with a sidecar comments list

`GET /application-config`

## Response `200`

Configuration successfully read

- ApplicationConfigResponse
  - `fields` ConfigNode[]
    - `key` string
    - `path` string
    - `status` string
    - `value` object
    - `comments` NodeComment[]
      - `position` string
      - `text` string
  - `comments` NodeComment[]
    - `position` string
    - `text` string

## Other responses

- `400` — Bad Request
- `403` — Caller is not an admin
- `500` — Failed to read application.yml
- `502` — Bad Gateway

---

[API](https://skmtc.net/opencelium/apis/opencelium-api.md) · [All operations](https://skmtc.net/opencelium/apis/opencelium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opencelium/opencelium-api/revisions/82ed767ffb65/schema)
