Backups
Describe a collection
This operation gets a description of a collection. Serverless indexes do not support collections.
GET
/
collections
/
{collection_name}
Path Parameters
The name of the collection to be described.
Response
200 - application/json
The CollectionModel describes the configuration and status of a Pinecone collection.
The name of the collection.
The status of the collection.
Available options:
Initializing
, Ready
, Terminating
The environment where the collection is hosted.
The size of the collection in bytes.
The dimension of the vectors stored in each record held in the collection.
Required range:
1 < x < 20000
The number of records stored in the collection.
Was this page helpful?