---
title: "Get field info by id"
method: GET
path: "/api/v11/FieldInfo/{id}"
tags: ["FieldInfo"]
---

# Get field info by id

`GET /api/v11/FieldInfo/{id}`

This API allows you to get field configuration stored in Hawksearch Dashboard for a specific field

## Path parameters

- `id` integer, required

## Headers

- `X-HawkSearch-ApiKey` string, required

## Response `200`

OK

- FieldInfoModel
  - `FieldId` integer
  - `Name` string, required
  - `IsSort` boolean

---

[API](https://skmtc.net/hawksearch/apis/hawksearch-elasticsearch-indexingapi.md) · [All operations](https://skmtc.net/hawksearch/apis/hawksearch-elasticsearch-indexingapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hawksearch/hawksearch-elasticsearch-indexingapi/revisions/24cba7bf3468/schema)
