curl --request GET \ --url https://controller.us-east1-gcp.pinecone.io/collections/collectionName \ --header 'accept: application/json'
{ "name": "example-collection", "size": 1, "status": "created", "dimension": 1024, "vector_count": 50000 }
Get a description of a collection.
An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.
The name of the collection
Configuration information and deployment status of the index
The response is of type object.
object
Was this page helpful?