---
title: "Get the specified backup storage"
method: GET
path: "/backup-storages/{name}"
tags: ["backupStorage"]
---

# Get the specified backup storage

`GET /backup-storages/{name}`

Get the specified backup storage

## Path parameters

- `name` string, required

## Response `200`

Successful operation

- BackupStorage — Backup storage information
  - `type` 's3' | 'azure', required
  - `name` string, required
  - `description` string
  - `bucketName` string, required
  - `url` string
  - `region` string
  - `verifyTLS` boolean
  - `forcePathStyle` boolean
  - `allowedNamespaces` string[], required — List of namespaces allowed to use this backup storage

## Other responses

- `400` — Unsuccessful operation
- `500` — Internal server error

## Changes

- **2024-04-12** `dec31e5eea8e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openeverest/apis/openeverest-schema/changes/backup-storages/:name/get.md)

---

[API](https://skmtc.dev/openeverest/apis/openeverest-schema.md) · [All operations](https://skmtc.dev/openeverest/apis/openeverest-schema/llms.txt) · [OpenAPI document](https://skmtc.dev/openeverest/apis/openeverest-schema/revisions/dec31e5eea8e?raw)
