PINECONE_API_KEY = "YOUR_API_KEY" curl -i -X GET "https://api.pinecone.io/indexes/serverless-index" \ -H "Api-Key: $PINECONE_API_KEY"
{ "name": "serverless-index", "metric": "cosine", "dimension": 1536, "status": { "ready": true, "state": "Ready" }, "host": "serverless-index-4zo0ijk.svc.us-west1-aws.pinecone.io", "spec": { "serverless": { "region": "us-west-2", "cloud": "aws" } } }
Get a description of an index.
The name of the index to be described.
Configuration information and deployment status of the index.
The IndexModel describes the configuration and status of a Pinecone index.
Was this page helpful?