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

---

[API](https://skmtc.net/treeverse/apis/lakefs-api.md) · [All operations](https://skmtc.net/treeverse/apis/lakefs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treeverse/lakefs-api/versions/4617f80bee61/schema)
