---
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
    - `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

## Other responses

- `401` — Unauthorized

## Changes

- **2024-09-17** `3b10653a8013` — 6 warning
  - removed the optional property `capabilities_config` from the response with the `200` status
  - removed the optional property `storage_config/blockstore_description` from the response with the `200` status
  - removed the optional property `storage_config/blockstore_id` from the response with the `200` status
  - removed the optional property `storage_config_list` from the response with the `200` status
  - …2 more

[Change 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/86ce93ccfb89/schema)
