---
title: "List all Storage Service Plans."
method: GET
path: "/v1/{tenantId}/tiers"
tags: ["Storage Service Plan"]
---

# List all Storage Service Plans.

`GET /v1/{tenantId}/tiers`

## Query parameters

- `name` string
- `offset` integer
- `limit` integer

## Response `200`

successful operation.

- object
  - `tiers` Tier[]
    - `Id` string — The SSP ID
    - `TenantId` string — The Tenant ID
    - `Name` string, required — The SSP name specified by user, - Required
    - `Backends` string[] — The backend Name, - Optional
    - `Tenants` string[] — The Tenants Name, - Optional
  - `next` integer

## Other responses

- `401` — Unauthorized. Token not found in header
- `404` — The resource does not exist.

---

[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/revisions/df048c8349b6/schema)
