Skip to main content
GET
Python

Authorizations

x-chroma-token
string
header
required

Path Parameters

tenant
string
required

Tenant UUID

database
string
required

Database name

collection_id
string
required

Collection UUID

Query Parameters

read_level
enum<string>

Read level for consistency vs performance tradeoffs

Available options:
index_and_wal,
index_only,
index_and_bounded_wal

Response

Number of records in the collection

The response is of type integer<int32>.

Required range: x >= 0