---
title: "Fetch day-wise session and recording analytics data for an organization"
method: GET
path: "/analytics/daywise"
tags: ["Analytics", "Organizations"]
---

# Fetch day-wise session and recording analytics data for an organization

`GET /analytics/daywise`

Returns day-wise session and recording analytics data of an organization for the specified time range start_date to end_date. If start_date and end_date are not provided, the default time range is set from 30 days ago to the current date.

## Query parameters

- `start_date` string
- `end_date` string

## Response `200`

OK

- object
  - `success` boolean
  - `data` object
    - `session_stats` object — Session statistics of an organization during the range specified
      - `sessions_count` integer — Total number of sessions during the range specified
      - `sessions_minutes_consumed` number — Total session minutes during the range specified
      - `day_stats` object[] — Day wise session stats
        - `day` string
        - `total_sessions` integer — Total number of sessions for a specific day
        - `total_session_minutes` number — Total session minutes for a specific day
    - `recording_stats` object — Recording statistics of an organization during the range specified
      - `recording_count` integer — Total number of recordings during the range specified
      - `recording_minutes_consumed` number — Total recording minutes during the range specified
      - `day_stats` object[] — Day wise recording stats
        - `day` string
        - `total_recordings` integer — Total number of recordings for a specific day
        - `total_recording_minutes` integer — Total recording minutes for a specific day

## Changes

- **2025-04-04** (v2) `cb67ff854c71` — 1 info
  - the endpoint scheme security `Authorization` was added to the API
- **2025-04-02** (v2) `68b9e665bfcc` — 1 info
  - the endpoint scheme security `Authorization` was removed from the API
- **2024-11-19** (v2) `d8c5d90e84ac` — 1 info
  - the endpoint scheme security `Authorization` was added to the API
- **2024-03-13** (v2) `70c9ee2941de` — 2 breaking
  - the `data/recording_stats/day_stats/items/total_recording_minutes` response's property type/format changed from `integer, number`/`` to `integer`/`` for status `200`
  - the `data/session_stats/day_stats/items/total_session_minutes` response's property type/format changed from `integer, number`/`` to `number`/`` for status `200`
- **2023-10-25** (v2) `e2430504e31b` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/dyte-io/apis/dyte-rest-apis/changes/analytics/daywise/get.md)

---

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