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

# Get storage volume summary

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

Returns total storage volume for the time range.

## 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.

- DashboardStorageSummary
  - `storage_bytes` integer — Total storage volume in bytes.

---

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