---
title: "Get top 250 facets report data"
method: POST
path: "/api/v11/reports/top-facets"
tags: ["Report"]
---

# Get top 250 facets report data

`POST /api/v11/reports/top-facets`

Gets Top 250 Facets report data

## Headers

- `X-HawkSearch-ApiKey` string, required

## Request body

- ReportParamsBase — Basic report parameters with FromDate and ToDate.
  - `FromDate` string, date-time — Begining of report's period.
  - `ToDate` string, date-time — Ending of report's period.

## Response `200`

OK

- Top10FacetData[]
  - `NofSearches` integer
  - `Field` string
  - `FacetValue` string
  - `FacetName` string
  - `ItemClickCount` integer
  - `KeywordsList` FacetKeywordsData[]
    - `Keyword` string
    - `Count` integer

---

[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/versions/24cba7bf3468/schema)
