cURL
curl --request GET \ --url https://api.trychroma.com/api/v2/tenants/{tenant}/databases/{database}/collections \ --header 'x-chroma-token: <api-key>'
[ { "configuration_json": { "embedding_function": "<unknown>", "hnsw": "<unknown>", "spann": "<unknown>" }, "database": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "log_position": 123, "name": "<string>", "tenant": "<string>", "version": 123, "dimension": 123, "metadata": "<unknown>", "schema": "<unknown>" } ]
Lists all collections in a database.
Tenant UUID
Database name
Limit for pagination
x >= 1
Offset for pagination
x >= 0
List of collections
Show child attributes
Schema representation for collection index configurations
This represents the server-side schema structure used for index management
Was this page helpful?