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

# List backup storages

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

This API lists all backup storages.

## Path parameters

- `namespace` string, required

## Response `200`

Successful operation

- BackupStorage[]
  - `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

---

[API](https://skmtc.net/openeverest/apis/openeverest-schema.md) · [All operations](https://skmtc.net/openeverest/apis/openeverest-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openeverest/openeverest-schema/versions/46b19e13670b/schema)
