---
title: "Get Indexes"
method: GET
path: "/indexes"
tags: ["Indexes"]
---

# Get Indexes

`GET /indexes`

Retrieve a list of available field indexes used across SysAid entities (such as service records, users, assets, etc.). Use this endpoint to dynamically discover which fields can be used for building advanced queries or filters in your integration.

## Query parameters

- `subject` string[], required
- `entity` 'service-record' | 'user' | 'company' | 'group'

## Response `200`

Successfully retrieved subscriber

- IndexesResponse
  - `indexes` object

## Other responses

- `401` — Authentication information is missing or invalid
- `404` — The specified resource was not found
- `500` — An unexpected error occurred on the server

---

[API](https://skmtc.net/sysaid/apis/sysaid-public-api.md) · [All operations](https://skmtc.net/sysaid/apis/sysaid-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sysaid/sysaid-public-api/revisions/38a43a1b2981/schema)
