---
title: "Fetch complete analytics data for your livestreams"
method: GET
path: "/analytics/livestreams/overall"
tags: ["Live streams", "LivestreamAnalytics"]
---

# Fetch complete analytics data for your livestreams

`GET /analytics/livestreams/overall`

Returns livestream analytics for the specified time range.

## Query parameters

- `start_time` string, date-time
- `end_time` string, date-time

## Response `200`

OK

- object
  - `success` boolean
  - `data` object
    - `count` integer — Count of total livestreams.
    - `total_ingest_seconds` integer — Total time duration for which the input was given or the meeting was streamed.
    - `total_viewer_seconds` integer — Total view time for which the viewers watched the stream.

---

[API](https://skmtc.net/dyte-io/apis/dyte-rest-apis.md) · [All operations](https://skmtc.net/dyte-io/apis/dyte-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dyte-io/dyte-rest-apis/versions/f62d3edd92ae/schema)
