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 }
Tenant ID
Database name for the collection
Collection ID to get index status for
Index status retrieved successfully
x >= 0