---
title: "List all backends."
method: GET
path: "/v1/{tenantId}/backends"
tags: ["Backend"]
---

# List all backends.

`GET /v1/{tenantId}/backends`

## Query parameters

- `type` 'hw-obs' | 'aws-s3' | 'azure-blob' | 'ceph-s3' | 'gcp-s3' | 'fusionstorage-object' | 'ibm-cos' | 'yig' | 'aws-file' | 'azure-file'
- `name` string
- `region` string
- `offset` integer
- `limit` integer
- `sort` string

## Response `200`

successful operation.

- object
  - `backends` BackendList[]
    - `id` string — The backend ID, generated by server
    - `tenantId` string — The tenant UUID in a multi-tenancy environment.
    - `userId` string — The user UUID in a multi-tenancy environment.
    - `name` string — The backend name specified by user.
    - `type` 'hw-obs' | 'aws-s3' | 'azure-blob' | 'ceph-s3' | 'gcp-s3' | 'fusionstorage-object' | 'ibm-cos' | 'yig' | 'aws-file' | 'azure-file' — The backend type.
    - `region` string
    - `endpoint` string
  - `next` integer

## Other responses

- `401` — Unauthorized. Token not found in header

---

[API](https://skmtc.net/sodafoundation/apis/soda-multi-cloud-api.md) · [All operations](https://skmtc.net/sodafoundation/apis/soda-multi-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sodafoundation/soda-multi-cloud-api/versions/df048c8349b6/schema)
