---
title: "Index List"
method: GET
path: "/v1/indexes"
tags: ["vector_stores"]
---

# Index List

`GET /v1/indexes`

List all vector store indexes. Proxy admin only.

```bash
curl -L -X GET 'http://0.0.0.0:4000/v1/indexes'         -H 'Authorization: Bearer sk-1234'
```

## Response `200`

Successful Response

- IndexListResponse
  - `data` LiteLLMManagedVectorStoreIndex[], required
    - `created_at` string, date-time, nullable
    - `created_by` string, nullable
    - `id` string, required
    - `index_info` object, nullable
    - `index_name` string, required
    - `litellm_params` IndexCreateLiteLLMParams, required
      - `vector_store_index` string, required
      - `vector_store_name` string, required
    - `updated_at` string, date-time, nullable
    - `updated_by` string, nullable
  - `object` 'list'

## Changes

- **2026-09-19** `c357baf422ab` — 1 info
  - api tag `vector_stores` added
- **2026-09-18** `082b5fabd909` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/v1/indexes/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/7ed45f30a5f0?raw)
