---
title: "Changes to List indexes"
method: GET
path: "/api/index"
---

# Changes to List indexes

`GET /api/index`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 3 revisions.

- **2022-08-06** `64901d9f1a5b` — 1 breaking, 7 info
- **2022-06-24** `b796c7453ce7` — 1 breaking, 7 warning

## Changes

- **2022-08-06** `64901d9f1a5b` — 1 breaking, 7 info
  - the response's body type changed from `array` to `object` for status `200`
  - added the new optional `query` request parameter `desc`
  - added the new optional `query` request parameter `name`
  - added the new optional `query` request parameter `page_num`
  - added the new optional `query` request parameter `page_size`
  - added the new optional `query` request parameter `sort_by`
  - added the optional property `list` to the response with the `200` status
  - added the optional property `page` to the response with the `200` status
- **2022-06-24** `b796c7453ce7` — 1 breaking, 7 warning
  - the response's body type changed from `object` to `array` for status `200`
  - deleted the `query` request parameter `desc`
  - deleted the `query` request parameter `name`
  - deleted the `query` request parameter `page_num`
  - deleted the `query` request parameter `page_size`
  - deleted the `query` request parameter `sort_by`
  - removed the optional property `list` from the response with the `200` status
  - removed the optional property `page` from the response with the `200` status

---

[Operation](https://skmtc.dev/zincsearch/apis/zinc-search-engine-api/docs/api/index/get.md) · [API](https://skmtc.dev/zincsearch/apis/zinc-search-engine-api.md) · [Page](https://skmtc.dev/zincsearch/apis/zinc-search-engine-api/changes/api/index/get)
