---
title: "GET /config/storage"
method: GET
path: "/config/storage"
tags: ["internal"]
deprecated: true
---

# GET /config/storage

`GET /config/storage`

> **Deprecated.**

retrieve lakeFS storage configuration

## Response `200`

lakeFS storage configuration

- 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

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

- **2025-02-12** `00e8cc977fa9` — 2 warning
  - removed the optional property `backward_compatible` from the response with the `200` status
  - removed the optional property `blockstore_extras` from the response with the `200` status
- **2025-02-09** `46b4ab5e456d` — 1 info
  - added the optional property `backward_compatible` to the response with the `200` status
- **2025-01-22** `2039e5df1e02` — 3 info
  - added the optional property `blockstore_description` to the response with the `200` status
  - added the optional property `blockstore_extras` to the response with the `200` status
  - added the optional property `blockstore_id` to the response with the `200` status
- **2024-09-17** `3b10653a8013` — 2 warning
  - removed the optional property `blockstore_description` from the response with the `200` status
  - removed the optional property `blockstore_id` from the response with the `200` status

[Change history](https://skmtc.dev/treeverse/apis/lakefs-api/changes/config/storage/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)
