Get Namespace Stats
Namespaces
Get Namespace Stats
Returns document, bucket, collection, and object counts for a single namespace. Use this instead of relying on counts in the list endpoint.
GET
Get Namespace Stats
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Either the namespace name or namespace ID
Examples:
"my_namespace"
"ns_1234567890"
Response
Successful Response
Per-namespace statistics (counts) returned by the stats endpoint.
Namespace identifier
Total number of documents in this namespace
Total number of buckets in this namespace
Total number of collections in this namespace
Total number of objects across all buckets in this namespace

