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
status = collection.get_indexing_status()
const status: IndexingStatus = await collection.getIndexingStatus();
let status = collection.get_indexing_status().await?;
{ "num_indexed_ops": 1, "num_unindexed_ops": 1, "op_indexing_progress": 123, "total_ops": 1 }
{ "error": "<string>", "message": "<string>"}
Returns the indexing status of a collection.
Tenant UUID
Database name
Collection UUID
Index status retrieved successfully
x >= 0
Was this page helpful?
Contact support