---
title: "Get Storage Amounts"
slug: "get-storage-amounts"
updated: 2026-02-25T13:56:58Z
published: 2026-02-25T13:57:17Z
canonical: "docs.wasabi.com/get-storage-amounts"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Storage Amounts

Get/v1/accounts/storage-amounts

Read all projected storage amounts available for selection.

SecurityHTTPType basic

HTTP Basic Authentication using your WACM username and API key.

For detailed authentication instructions, see the [Authentication Guide](https://docs.wasabi.com/apidocs/wacm-connect-api-authentication).

Responses200

Successfully retrieved storage amounts

<select class='api-response-data' aria-label='Media type'><option value='0080660f-86e1-414e-8ed0-03453485d0d7'>application/json</option>
</select>

```json
[
  {
    "name": "Less than 25 TB"
  },
  {
    "name": "25 - 50 TB"
  },
  {
    "name": "50 - 100 TB"
  },
  {
    "name": "100 - 150 TB"
  },
  {
    "name": "150 - 250 TB"
  },
  {
    "name": "250 - 500 TB"
  },
  {
    "name": "500 TB - 1 PB"
  },
  {
    "name": "1 - 20 PB"
  },
  {
    "name": "20+ PB"
  }
]
```

Array of object   object  namestring
