---
title: "List storage volume"
method: GET
path: "/api/dashboard/storage-volume/"
tags: ["dashboard"]
---

# List storage volume

`GET /api/dashboard/storage-volume/`

Returns storage volume metrics as a time series.

## Query parameters

- `summary_type` 'daily' | 'weekly' | 'monthly' | 'quarterly' | 'yearly' | 'last_24h' | 'all'
- `date` string, date
- `timezone_offset` number, double

## Headers

- `Authorization` string, required

## Response `200`

Successful response.

- DashboardListStorageVolumeResponse200
  - `data` DashboardStorageRow[], required
    - `date_group` string, date-time
    - `total_bytes` integer
    - `object_count` integer
    - `standard_bytes` integer
    - `glacier_ir_bytes` integer
    - `deep_archive_bytes` integer

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/revisions/4e064cf81dae/schema)
