---
title: "Get the list of containers (aka 'indexes') from the knowledge base. Each index has a unique name. Indexes are collections of memories extracted from the documents uploaded."
method: GET
path: "/indexes"
tags: ["Microsoft.KernelMemory.ServiceAssembly"]
---

# Get the list of containers (aka 'indexes') from the knowledge base. Each index has a unique name. Indexes are collections of memories extracted from the documents uploaded.

`GET /indexes`

Get the list of containers (aka 'indexes') from the knowledge base.

## Response `200`

OK

- IndexCollection
  - `results` IndexDetails[], nullable
    - `name` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2024-12-17** `f1234181a074` — 1 info
  - api operation id `ListIndexes` was added
- **2024-10-19** `10e0db8acfa5` — 1 info
  - api operation id `ListIndexes` removed and replaced with ``

[Change history](https://skmtc.dev/azure/apis/microsoft-kernelmemory-serviceassembly/changes/indexes/get.md)

---

[API](https://skmtc.dev/azure/apis/microsoft-kernelmemory-serviceassembly.md) · [All operations](https://skmtc.dev/azure/apis/microsoft-kernelmemory-serviceassembly/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/microsoft-kernelmemory-serviceassembly/revisions/0c988a89a508/schema)
