---
title: "List Vector Store Indexes"
method: GET
path: "/vector/store/{store_id}/indexes"
tags: ["Vectorization"]
---

# List Vector Store Indexes

`GET /vector/store/{store_id}/indexes`

## Endpoint to List Vector Store Indexes
This endpoint returns a list of indexes in the specified vector store.

***
## Request Parameters

| Field               | Type   | Description                      |
|---------------------|--------|----------------------------------|
| store_id            | str    | The 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.

## Path parameters

- `store_id` string, required

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/aws-samples/apis/generative-ai-foundational-platform-api.md) · [All operations](https://skmtc.dev/aws-samples/apis/generative-ai-foundational-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/generative-ai-foundational-platform-api/revisions/8831d08902e9/schema)
