---
title: "Get current volume size and file count"
method: GET
path: "/volumes/{volume_id}/current-stats"
tags: ["General APIs with JWT"]
---

# Get current volume size and file count

`GET /volumes/{volume_id}/current-stats`

Get the current size and file count for a specific volume.
    This returns the most recent metrics collected by the system.

## Path parameters

- `volume_id` string, uuid, required

## Response `200`

Current stats retrieved successfully

- unknown

## Other responses

- `403` — Volume features not enabled for this user
- `404` — Volume not found or access denied
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
