Skip to main content
GET
/
api
/
v2
/
tenants
/
{tenant}
/
databases
/
{database}
/
collections_count
Python
count = client.count_collections()
1

Authorizations

x-chroma-token
string
header
required

Path Parameters

tenant
string
required

Tenant UUID

database
string
required

Database name

Response

Count of collections

The response is of type integer<int32>.

Required range: x >= 0