Retrieves the status of the vector index associated to the requested vector table.
get
/vecdb/vector-indexes/{vector_table_name}
Get information about the status of a vector index.
Request
Path Parameters
-
vector_table_name(required): string
The name of the vector table to which the vector index is associated to.
There's no request body for this operation.
Security
-
BasicAuth: http
Type:
http -
BearerAuth: http
Type:
http -
OAuth2: oauth2
Type:
oauth2
Response
Supported Media Types
- application/json
- application/problem+json
200 Response
Status of the vector index
400 Response
The request body included invalid parameters.
404 Response
The vector table was not found.