---
title: "Returns configuration of the node"
method: GET
path: "/configuration"
---

# Returns configuration of the node

`GET /configuration`

## Response `200`

Configuration object

- NodeConfiguration
  - `blob_file_name_prefix` string
  - `root_dir_name` string

## Other responses

- `403` — Permission denied

## Changes

- **2022-07-03** `fa4b74390467` — 1 breaking, 3 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the non-success response with the status `403`
  - added the optional property `blob_file_name_prefix` to the response with the `200` status
  - added the optional property `root_dir_name` to the response with the `200` status
- **2021-11-10** `b884ec3c2132` — 1 info
  - endpoint added
- **2021-03-08** `e24fa09d401f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/qoollo/apis/bob-node-api/changes/configuration/get.md)

---

[API](https://skmtc.dev/qoollo/apis/bob-node-api.md) · [All operations](https://skmtc.dev/qoollo/apis/bob-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qoollo/bob-node-api/revisions/73016e163ee1/schema)
