---
title: "List indexes of a table"
method: POST
path: "/v1/table/{name}/index/list/"
tags: ["Tables"]
---

# List indexes of a table

`POST /v1/table/{name}/index/list/`

List indexes of a table

## Path parameters

- `name` string, required

## Response `200`

Available list of indexes on the table.

- object
  - `indexes` object[]
    - `columns` string[]
    - `index_name` string
    - `index_uuid` string

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/lancedb/apis/lancedb-cloud-api.md) · [All operations](https://skmtc.net/lancedb/apis/lancedb-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lancedb/lancedb-cloud-api/versions/ba6a93e8b48d/schema)
