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

There's no request body for this operation.

Security
Back to Top

Response

Supported Media Types

200 Response

Status of the vector index
Body ()
Root Schema : schema
Type: object
Show Source

400 Response

The request body included invalid parameters.
Body ()
Root Schema : ORDSErrorResponse
Type: object
Show Source

404 Response

The vector table was not found.
Body ()
Root Schema : ORDSErrorResponse
Type: object
Show Source
Back to Top