---
title: "GET /collections/{name}/indexes"
method: GET
path: "/collections/{name}/indexes"
tags: ["index"]
---

# GET /collections/{name}/indexes

`GET /collections/{name}/indexes`

List secondary indexes

## Path parameters

- `name` string, required

## Response `200`

List of indexes

- Index[]
  - `Fields` object[]
    - `Descending` boolean
    - `Name` string
  - `ID` integer
  - `Kind` integer
  - `KindDescription` unknown
  - `Name` string
  - `Unique` boolean

## Other responses

- `400` — error

## Changes

- **2026-08-17** `cfa5d9c60093` — 2 info
  - added the optional property `items/Kind` to the response with the `200` status
  - added the optional property `items/KindDescription` to the response with the `200` status
- **2026-03-02** `8c167ee47363` — 1 info
  - api operation id `index_list` removed and replaced with `list_indexes`
- **2025-06-02** `60812f5416c5` — 1 info
  - api operation id `list_indexes` removed and replaced with `index_list`

[Change history](https://skmtc.dev/sourcenetwork/apis/defradb-api/changes/collections/:name/indexes/get.md)

---

[API](https://skmtc.dev/sourcenetwork/apis/defradb-api.md) · [All operations](https://skmtc.dev/sourcenetwork/apis/defradb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sourcenetwork/defradb-api/revisions/872f0b47a5e5/schema)
