---
title: "Get video browser analytics"
method: GET
path: "/browser/{video_id}"
tags: ["Analytics API"]
---

# Get video browser analytics

`GET /browser/{video_id}`

Retrieves browser analytics data for a specific video

## Path parameters

- `video_id` string, uuid, required

## Query parameters

- `start_date` string
- `end_date` string
- `granularity` 'total' | 'day' | 'hour'

## Response `200`

Video browser analytics data retrieved successfully

- object

## Other responses

- `400` — Bad request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing authentication
- `404` — Not found - Resource does not exist
- `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/versions/4fbd3c623ca9/schema)
