Control plane
describe_collection
Get a description of a collection.
GET
Authorizations
An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.
Path Parameters
The name of the collection
Response
200
application/json
Configuration information and deployment status of the index
The name of the collection.
Example:
"example-collection"
The size of the collection in bytes.
Example:
1
The status of the collection.
Example:
"created"
The dimension of the records stored in the collection.
Example:
1024
The number of records stored in the collection.
Example:
50000
Was this page helpful?