v1

latestSwagger 2.02026-07-17127100479.5 KB
stats

Get namespaces with sorting by size.

Returns the top N namespaces sorted by total blob size in descending order. Namespaces outside the top N are aggregated into a single 'others' entry showing the remaining total size.

get/stats/namespace/usage

Query parameters

topinteger

Count of entities

Response

OK

namestring string
namespace_idstring binary
sizenumber
versioninteger

Example response

[
  {
    "name": "00112233",
    "namespace_id": "4723ce10b187716adfc55ff7e6d9179c226e6b5440b02577cca49d02",
    "size": 1283518
  }
]