---
title: "Get blobs count grouped by size"
method: GET
path: "/stats/size_groups"
tags: ["stats"]
---

# Get blobs count grouped by size

`GET /stats/size_groups`

Returns the distribution of blobs across predefined size buckets (e.g. <1KB, 1-16KB, 16-256KB, etc.), showing how many blobs fall into each size group.

## Response `200`

OK

- ResponsesSizeGroup[]
  - `avg_size` integer
  - `count` integer
  - `name` string, string
  - `size` integer

## Other responses

- `500` — Internal Server Error

## Changes

- **2025-04-16** `7411a8c22de6` — 1 info
  - endpoint added
- **2024-10-13** `2ec1cffe67d5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/celenium-io/apis/celenium-api/changes/stats/size_groups/get.md)

---

[API](https://skmtc.dev/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.dev/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/revisions/117307f84924/schema)
