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

---

[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)
