---
title: "Get backup storage"
method: GET
path: "/namespaces/{namespace}/backup-storages/{name}"
tags: ["Backup Storage"]
---

# Get backup storage

`GET /namespaces/{namespace}/backup-storages/{name}`

This API gets the backup storage speciciied by the `name` in the given `namespace`.

## Path parameters

- `name` string, required
- `namespace` string, required

## Response `200`

Successful operation

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

## Other responses

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

## Changes

- **2024-08-27** `80fee12bc715` — 1 info
  - endpoint added
- **2024-04-12** `dec31e5eea8e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openeverest/apis/openeverest-schema/changes/namespaces/:namespace/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/b308ab35458e?raw)
