Vector
Get Index
This endpoint returns the data associated to a index.
GET
Request Parameters
string
required
The unique ID of the index to fetch.
Response Parameters
string
required
The associated ID of the owner of the index
string
required
Unique ID of the index
string
required
The name of the index.
string
required
Similarity function that’s used to calculate the distance between two
vectors
number
required
The amount of values in a single vector
string
required
The REST endpoint of the index
string
required
The REST authentication token for the index
string
required
The REST authentication read only token for the index
string
required
The payment plan of the index
string
required
The region where the index is currently deployed.
number
required
The number of maximum that your index can contain.
number
required
The number of maximum update operations you can perform in a day. Only upsert operations are included in update count.
number
required
The number of maximum query operations you can perform in a day. Only query operations are included in query count.
number
required
The maximum amount of monthly bandwidth for the index. Unit is bytes.
-1 if the limit is unlimited.number
required
The number of maximum write operations you can perform per second. Only upsert operations are included in write count.
number
required
The number of maximum query operations you can perform per second. Only query operations are included in query count.
number
required
The number of maximum vectors in a read operation. Query and fetch operations are included in read operations.
number
required
The number of maximum vectors in a write operation. Only upsert operations are included in write operations.
number
required
The amount of maximum size for the total metadata sizes in your index.
number
Monthly pricing of your index. Only available for fixed and pro plans.
number
required
The creation time of the vector index in UTC as unix timestamp.