---
title: "GET /config"
method: GET
path: "/config"
tags: ["config"]
---

# GET /config

`GET /config`

retrieve lakeFS configuration

## Response `200`

lakeFS configuration

- Config
  - `version_config` VersionConfig
    - `version` string
    - `version_context` string
    - `latest_version` string
    - `upgrade_recommended` boolean
    - `upgrade_url` string
  - `storage_config` StorageConfig
    - `blockstore_type` string, required
    - `blockstore_namespace_example` string, required
    - `blockstore_namespace_ValidityRegex` string, required
    - `default_namespace_prefix` string
    - `pre_sign_support` boolean, required
    - `pre_sign_support_ui` boolean, required
    - `import_support` boolean, required
    - `import_validity_regex` string, required
    - `pre_sign_multipart_upload` boolean
    - `blockstore_id` string
    - `blockstore_description` string
  - `storage_config_list` StorageConfig[]
    - `blockstore_type` string, required
    - `blockstore_namespace_example` string, required
    - `blockstore_namespace_ValidityRegex` string, required
    - `default_namespace_prefix` string
    - `pre_sign_support` boolean, required
    - `pre_sign_support_ui` boolean, required
    - `import_support` boolean, required
    - `import_validity_regex` string, required
    - `pre_sign_multipart_upload` boolean
    - `blockstore_id` string
    - `blockstore_description` string

## Other responses

- `401` — Unauthorized

## Changes

- **2025-05-18** `10056d908ff2` — 1 info
  - added the optional property `version_config/version_context` to the response with the `200` status
- **2025-02-12** `00e8cc977fa9` — 4 warning
  - removed the optional property `storage_config/backward_compatible` from the response with the `200` status
  - removed the optional property `storage_config/blockstore_extras` from the response with the `200` status
  - removed the optional property `storage_config_list/items/backward_compatible` from the response with the `200` status
  - removed the optional property `storage_config_list/items/blockstore_extras` from the response with the `200` status
- **2025-02-09** `46b4ab5e456d` — 2 info
  - added the optional property `storage_config/backward_compatible` to the response with the `200` status
  - added the optional property `storage_config_list/items/backward_compatible` to the response with the `200` status
- **2025-01-22** `2039e5df1e02` — 4 info
  - added the optional property `storage_config/blockstore_description` to the response with the `200` status
  - added the optional property `storage_config/blockstore_extras` to the response with the `200` status
  - added the optional property `storage_config/blockstore_id` to the response with the `200` status
  - added the optional property `storage_config_list` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/treeverse/apis/lakefs-api/changes/config/get.md)

---

[API](https://skmtc.dev/treeverse/apis/lakefs-api.md) · [All operations](https://skmtc.dev/treeverse/apis/lakefs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/treeverse/lakefs-api/revisions/27799ffec9a5/schema)
