curl --request GET \ --url https://controller.us-east1-gcp.pinecone.io/databases/indexName \ --header 'accept: application/json'
{ "database": { "name": "<string>", "dimension": "<string>", "index_type": "<string>", "metric": "<string>", "pods": 123, "replicas": 123, "shards": 123, "pod_type": "<string>", "index_config": { "k_bits": 512, "hybrid": false }, "metadata_config": {} }, "status": { "ready": true, "state": "Initializing", "host": "<string>", "port": 123 } }
Get a description of an index.
An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.
The name of the index
Configuration information and deployment status of the index
The response is of type object.
object
Was this page helpful?