Get a description of an index.
Configuration information and deployment status of the index
Index not found
Internal error. Can be caused by invalid parameters.
curl -i -X GET https://controller.us-west1-gcp.pinecone.io/databases/example-index \ -H 'Api-Key: YOUR_API_KEY'
{- "database": {
- "name": "string",
- "dimensions": "string",
- "index_type": "string",
- "metric": "string",
- "pods": 0,
- "replicas": 0,
- "shards": 0,
- "pod_type": "string",
- "index_config": {
- "k_bits": 512,
- "hybrid": false
}, - "status": {
- "ready": true,
- "state": "Initializing"
}
}
}