---
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
  - `ui_config` UIConfig
    - `custom_viewers` CustomViewer[]
      - `name` string, required
      - `url` string, required
      - `extensions` string[]
      - `content_types` string[]
  - `capabilities_config` CapabilitiesConfig

## Other responses

- `401` — Unauthorized

## Changes

> 52 revisions in range; 2 could not be searched.

- **2026-04-20** `a1e569b487ed` — 1 warning
  - removed the optional property `capabilities_config/async_ops` from the response with the `200` status
- **2025-12-22** `7eb26d1b8f64` — 1 info
  - added the optional property `capabilities_config` to the response with the `200` status
- **2025-07-31** `75ba7b41f2bd` — 1 info
  - added the optional property `ui_config` to the response with the `200` status
- **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

[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/4617f80bee61/schema)
