Data plane
Get index stats
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
.
POST
Authorizations
An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.
Body
application/json
The request for the describe_index_stats
operation.
Response
200
application/json
A successful response.
The response for the describe_index_stats
operation.