The describe_index_stats
operation returns statistics about the contents of an index, including the vector count per namespace and the number of dimensions, and the index fullness.
Serverless indexes scale automatically as needed, so index fullness is relevant only for pod-based indexes.
For pod-based indexes, the index fullness result may be inaccurate during pod resizing; to get the status of a pod resizing process, use describe_index
.
An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.
The request for the describe_index_stats
operation.
A successful response.
The response for the describe_index_stats
operation.