Manage Indexes
Describe a collection
Get a description of a collection. Serverless indexes do not support collections.
get/collections/{collection_name}
Path parameters
collection_namestring required
The name of the collection to be described.
Headers
X-Pinecone-Api-Versionstring required
Required date-based version header
Response
Configuration information and status of the collection.
Example response
{
"name": "example-collection",
"size": 10000000,
"status": "Initializing",
"dimension": 1536,
"vector_count": 120000,
"environment": "us-east1-gcp"
}