---
title: "Get live stream data"
method: POST
path: "/api/v11/reports/live-stream"
tags: ["Report"]
---

# Get live stream data

`POST /api/v11/reports/live-stream`

Gets Live Stream data

## Headers

- `X-HawkSearch-ApiKey` string, required

## Request body

- LiveStreamArgs
  - `FromDate` string, date-time
  - `ToDate` string, date-time
  - `Count` integer

## Response `200`

OK

- LiveStreamData[]
  - `Id` string
  - `TrackingId` string, uuid
  - `CreateDate` string, date-time
  - `NofResults` integer
  - `Keyword` string
  - `IsClick` 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/versions/24cba7bf3468/schema)
