---
title: "Get general analytics for account"
method: GET
path: "/general"
tags: ["General Analytics"]
---

# Get general analytics for account

`GET /general`

Retrieves general analytics data for the authenticated user's account

## Query parameters

- `start_date` string, date
- `end_date` string, date

## Response `200`

General analytics data retrieved successfully

- GeneralAnalytics
  - `data` object
    - `views` integer — Total number of views
    - `unique_views` integer — Number of unique views
    - `watch_time` integer — Total watch time in seconds
    - `avg_watch_time` number — Average watch time in seconds
  - `message` string

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `500` — Internal server error

---

[API](https://skmtc.net/pandavideo/apis/api-v2.md) · [All operations](https://skmtc.net/pandavideo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandavideo/api-v2/revisions/4fbd3c623ca9/schema)
