---
title: "List indexes"
method: GET
path: "/api/index"
tags: ["Index"]
---

# List indexes

`GET /api/index`

## Query parameters

- `page_num` integer
- `page_size` integer
- `sort_by` string
- `desc` boolean
- `name` string

## Response `200`

OK

- IndexIndexListResponse
  - `list` CoreIndex[]
  - `page` MetaPage
    - `page_num` integer
    - `page_size` integer
    - `total` integer

---

[API](https://skmtc.net/zincsearch/apis/zinc-search-engine-api.md) · [All operations](https://skmtc.net/zincsearch/apis/zinc-search-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zincsearch/zinc-search-engine-api/versions/c7ce1991bb9a/schema)
