---
title: "Gets the schema indexes."
method: GET
path: "/api/apps/{app}/schemas/{schema}/indexes"
tags: ["Schemas"]
---

# Gets the schema indexes.

`GET /api/apps/{app}/schemas/{schema}/indexes`

## Path parameters

- `app` string, required
- `schema` string, required

## Response `200`

Schema indexes returned.

- IndexesDto
  - `_links` object, required — The links.
  - `items` IndexDto[], required — The indexes.
    - `_links` object, required — The links.
    - `name` string, required — The name of the index.
    - `fields` IndexFieldDto[], required — The index fields.
      - `name` string, required — The name of the field.
      - `order` 'Ascending' | 'Descending', required

## Other responses

- `404` — Schema or app not found.
- `500` — Operation failed.

---

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