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

# Fetch day-wise analytics data for your livestreams

`GET /analytics/livestreams/daywise`

Returns day-wise livestream analytics data 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
    - `date` string — The livestream timestamp, provided in ISO format.
    - `count` string — Count of total livestreams.
    - `total_ingest_seconds` string — Total time duration for which the input was given or the meeting was streamed.
    - `total_viewer_seconds` string — 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/revisions/f62d3edd92ae/schema)
