Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
count = client.count_collections()
const count: number = await client.countCollections();
let count = client.count_collections().await?;
1
{ "error": "<string>", "message": "<string>"}
Returns the total number of collections in a database.
Tenant UUID
Database name
Count of collections
The response is of type integer<int32>.
integer<int32>
x >= 0
Was this page helpful?
Contact support