---
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

---

[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)
