cURL
curl --request GET \ --url https://api.trychroma.com/api/v2/tenants/{tenant}/databases/{database}/collections/{collection_id}/indexing_status \ --header 'x-chroma-token: <api-key>'
{ "num_indexed_ops": 1, "num_unindexed_ops": 1, "op_indexing_progress": 123, "total_ops": 1 }
Returns the indexing status of a collection.
Tenant UUID
Database name
Collection UUID
Index status retrieved successfully
x >= 0
Was this page helpful?