v1

latestOpenAPI 3.0.22026-07-173834119.9 KB
Vectorization

Get Opensearch Collection Status

Endpoint to Get Vector Store Status

This endpoint returns the status of the specified vector store.


Request Body

FieldTypeDescription
store_idstrThe ID of the vector store.

Example Request Body

```json

{
    "store_id": "b1c2b4c5-6d7e-8f9g-0h1i-2j3k4l5m6n7"
}

```

Response Body

FieldTypeDescription
store_idstrThe ID of the vector store.
statusstrThe status of the vector store. Returns "ACTIVE", "CREATING", "DELETING", "FAILED" or "NOT_FOUND".

Errors

  • 400 Bad Request: If the store is not found.
  • 500 Internal Server Error: If there is an unexpected error during the retrieval of the vector store status.
post/vector/store/status

Request body

store_idstring required

Response

Successful Response

store_idstring required
statusstring required