---
title: "Get searches with poor results report data"
method: POST
path: "/api/v11/reports/poor-results"
tags: ["Report"]
---

# Get searches with poor results report data

`POST /api/v11/reports/poor-results`

Gets Searches with Poor Results report data

## Headers

- `X-HawkSearch-ApiKey` string, required

## Request body

- PoorResultsParams
  - `NofResults` integer — Value in range between 0 and 20. Values that exceed the range are 0 or 20 depending on which bound they are closer to.
  - `FromDate` string, date-time — Begining of report's period.
  - `ToDate` string, date-time — Ending of report's period.

## Response `200`

OK

- DLPoorResultsData[]
  - `SearchDate` string, date-time
  - `NofKeywords` 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/revisions/24cba7bf3468/schema)
