GET
/
databases
curl --request GET \
     --url https://controller.us-east1-gcp.pinecone.io/databases \
     --header 'accept: application/json; charset=utf-8'
[
  "<string>"
]
curl --request GET \
     --url https://controller.us-east1-gcp.pinecone.io/databases \
     --header 'accept: application/json; charset=utf-8'

Authorizations

Api-Key
string
header
required

An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.

Response

200 - application/json; charset=utf-8
This operation returns a list of all the indexes that you have previously created, and which are associated with the given API key

The response is of type string[].