---
title: "Changes to List indexes on a table"
method: POST
path: "/v1/table/{id}/index/list"
---

# Changes to List indexes on a table

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

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 12 of 55 revisions.

- **2026-07-01** `591cd95574b0` — 7 info
- **2026-06-09** `18253b7d5e1c` — 9 info
- **2026-06-05** `9932582b6bd7` — 1 info
- **2026-01-02** `83f8516f0507` — 1 info
- **2026-01-01** `c987c26ccb0f` — 1 info
- **2025-12-20** `5d6099d672d3` — 6 breaking, 6 warning, 6 info
- **2025-08-02** `89fbd6272646` — 3 info
- **2025-07-29** `40a3bc489d46` — 6 breaking, 12 warning, 12 info
- **2025-07-25** `8769f8e36bc4` — 3 breaking, 3 warning, 1 info
- **2025-07-22** `ac7519693c52` — 3 info
- **2025-07-21** `db7569410aa4` — 2 info
- **2025-07-21** `6790486d1fac` — 9 breaking, 30 warning, 25 info

## Changes

- **2026-07-01** `591cd95574b0` — 7 info
  - added the optional property `context` to the response with the `200` status
  - added the optional property `context` to the response with the `400` status
  - added the optional property `context` to the response with the `401` status
  - added the optional property `context` to the response with the `403` status
  - added the optional property `context` to the response with the `404` status
  - added the optional property `context` to the response with the `503` status
  - added the optional property `context` to the response with the `5XX` status
- **2026-06-09** `18253b7d5e1c` — 9 info
  - added the optional property `indexes/items/created_at` to the response with the `200` status
  - added the optional property `indexes/items/index_details` to the response with the `200` status
  - added the optional property `indexes/items/index_type` to the response with the `200` status
  - added the optional property `indexes/items/index_version` to the response with the `200` status
  - added the optional property `indexes/items/num_indexed_rows` to the response with the `200` status
  - added the optional property `indexes/items/num_segments` to the response with the `200` status
  - added the optional property `indexes/items/num_unindexed_rows` to the response with the `200` status
  - added the optional property `indexes/items/size_bytes` to the response with the `200` status
  - added the optional property `indexes/items/type_url` to the response with the `200` status
- **2026-06-05** `9932582b6bd7` — 1 info
  - added the new optional request property `branch`
- **2026-01-02** `83f8516f0507` — 1 info
  - added the new optional request property `context`
- **2026-01-01** `c987c26ccb0f` — 1 info
  - added the new optional request property `identity`
- **2025-12-20** `5d6099d672d3` — 6 breaking, 6 warning, 6 info
  - the `code` response property's min was decreased from `400.00` to `0.00` for the response status `400`
  - the `code` response property's min was decreased from `400.00` to `0.00` for the response status `401`
  - the `code` response property's min was decreased from `400.00` to `0.00` for the response status `403`
  - the `code` response property's min was decreased from `400.00` to `0.00` for the response status `404`
  - the `code` response property's min was decreased from `400.00` to `0.00` for the response status `503`
  - the `code` response property's min was decreased from `400.00` to `0.00` for the response status `5XX`
  - removed the optional property `type` from the response with the `400` status
  - removed the optional property `type` from the response with the `401` status
  - removed the optional property `type` from the response with the `403` status
  - removed the optional property `type` from the response with the `404` status
  - removed the optional property `type` from the response with the `503` status
  - removed the optional property `type` from the response with the `5XX` status
  - the response property `code` became required for the status `400`
  - the response property `code` became required for the status `401`
  - the response property `code` became required for the status `403`
  - the response property `code` became required for the status `404`
  - the response property `code` became required for the status `503`
  - the response property `code` became required for the status `5XX`
- **2025-08-02** `89fbd6272646` — 3 info
  - added the new optional request property `limit`
  - added the new optional request property `page_token`
  - added the optional property `page_token` to the response with the `200` status
- **2025-07-29** `40a3bc489d46` — 6 breaking, 12 warning, 12 info
  - the response property `type` became optional for the status `400`
  - the response property `type` became optional for the status `401`
  - the response property `type` became optional for the status `403`
  - the response property `type` became optional for the status `404`
  - the response property `type` became optional for the status `503`
  - the response property `type` became optional for the status `5XX`
  - removed the optional property `status` from the response with the `400` status
  - removed the optional property `status` from the response with the `401` status
  - removed the optional property `status` from the response with the `403` status
  - removed the optional property `status` from the response with the `404` status
  - removed the optional property `status` from the response with the `503` status
  - removed the optional property `status` from the response with the `5XX` status
  - removed the optional property `title` from the response with the `400` status
  - removed the optional property `title` from the response with the `401` status
  - removed the optional property `title` from the response with the `403` status
  - removed the optional property `title` from the response with the `404` status
  - removed the optional property `title` from the response with the `503` status
  - removed the optional property `title` from the response with the `5XX` status
  - added the optional property `code` to the response with the `400` status
  - added the optional property `code` to the response with the `401` status
  - added the optional property `code` to the response with the `403` status
  - added the optional property `code` to the response with the `404` status
  - added the optional property `code` to the response with the `503` status
  - added the optional property `code` to the response with the `5XX` status
  - added the optional property `error` to the response with the `400` status
  - added the optional property `error` to the response with the `401` status
  - added the optional property `error` to the response with the `403` status
  - added the optional property `error` to the response with the `404` status
  - added the optional property `error` to the response with the `503` status
  - added the optional property `error` to the response with the `5XX` status
- **2025-07-25** `8769f8e36bc4` — 3 breaking, 3 warning, 1 info
  - removed the required property `location` from the response with the `200` status
  - removed the required property `name` from the response with the `200` status
  - removed the required property `namespace` from the response with the `200` status
  - removed the request property `name`
  - removed the request property `namespace`
  - removed the optional property `properties` from the response with the `200` status
  - added the new optional request property `id`
- **2025-07-22** `ac7519693c52` — 3 info
  - api tag `Index` added
  - added the new optional `query` request parameter `delimiter` to all path's operations
  - added the new optional `query` request parameter `delimiter`
- **2025-07-21** `db7569410aa4` — 2 info
  - api operation id `ListIndices` removed and replaced with `ListTableIndices`
  - api tag `Metadata` added
- **2025-07-21** `6790486d1fac` — 9 breaking, 30 warning, 25 info
  - added the new required request property `name`
  - added the new required request property `namespace`
  - the `indexes/items/columns/items/` response property's minLength was decreased from `1` to `0` for the response status `200`
  - removed the required property `code` from the response with the `400` status
  - removed the required property `code` from the response with the `401` status
  - removed the required property `code` from the response with the `403` status
  - removed the required property `code` from the response with the `404` status
  - removed the required property `code` from the response with the `503` status
  - removed the required property `code` from the response with the `5XX` status
  - deleted the `query` request parameter `delimiter`
  - removed the request property `branch`
  - removed the request property `context`
  - removed the request property `id`
  - removed the request property `identity`
  - removed the request property `limit`
  - removed the request property `page_token`
  - removed the optional property `context` from the response with the `200` status
  - removed the optional property `context` from the response with the `400` status
  - removed the optional property `context` from the response with the `401` status
  - removed the optional property `context` from the response with the `403` status
  - removed the optional property `context` from the response with the `404` status
  - removed the optional property `context` from the response with the `503` status
  - removed the optional property `context` from the response with the `5XX` status
  - removed the optional property `error` from the response with the `400` status
  - removed the optional property `error` from the response with the `401` status
  - removed the optional property `error` from the response with the `403` status
  - removed the optional property `error` from the response with the `404` status
  - removed the optional property `error` from the response with the `503` status
  - removed the optional property `error` from the response with the `5XX` status
  - removed the optional property `indexes/items/created_at` from the response with the `200` status
  - removed the optional property `indexes/items/index_details` from the response with the `200` status
  - removed the optional property `indexes/items/index_type` from the response with the `200` status
  - removed the optional property `indexes/items/index_version` from the response with the `200` status
  - removed the optional property `indexes/items/num_indexed_rows` from the response with the `200` status
  - removed the optional property `indexes/items/num_segments` from the response with the `200` status
  - removed the optional property `indexes/items/num_unindexed_rows` from the response with the `200` status
  - removed the optional property `indexes/items/size_bytes` from the response with the `200` status
  - removed the optional property `indexes/items/type_url` from the response with the `200` status
  - removed the optional property `page_token` from the response with the `200` status
  - api operation id `ListTableIndices` removed and replaced with `ListIndices`
  - …24 more

---

[Operation](https://skmtc.dev/lance-format/apis/lance-namespace-specification/docs/v1/table/:id/index/list/post.md) · [API](https://skmtc.dev/lance-format/apis/lance-namespace-specification.md) · [Page](https://skmtc.dev/lance-format/apis/lance-namespace-specification/changes/v1/table/:id/index/list/post)
