v1

latestSwagger 2.02026-07-17127100479.5 KB
stats

Get blobs count grouped by size

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.

get/stats/size_groups

Response

OK

avg_sizeinteger
countinteger
namestring string
sizeinteger

Example response

[
  {
    "avg_size": 123,
    "count": 123,
    "name": "Rollup name",
    "size": 123
  }
]