v1

latestOpenAPI 3.0.22026-07-173834119.9 KB
Vectorization

List Vector Store Indexes

Endpoint to List Vector Store Indexes

This endpoint returns a list of indexes in the specified vector store.


Request Parameters

FieldTypeDescription
store_idstrThe ID of the vector store.

Response Body

[ { "index_id": "<index_id>", "index_name": "<index_name>" } ]


Errors

  • 500 Internal Server Error: If there is an unexpected error during the retrieval of the vector store indexes.
get/vector/store/{store_id}/indexes

Path parameters

store_idstring required

Response

Successful Response

object[] required