Control plane
list_indexes
This operation returns a list of your Pinecone indexes.
GET
Authorizations
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[]
.
Was this page helpful?