---
title: "Fetch video start time drill down metrics for your streams"
method: GET
path: "/analytics/qoe/video_start_time/drilldown"
tags: ["quality_of_experience"]
---

# Fetch video start time drill down metrics for your streams

`GET /analytics/qoe/video_start_time/drilldown`

(Available from version 2.0) This operation returns the video start time drill down metrics for all the live streams, real-time streams, and videos within the account related to the JSON web token used for API authentication.

## Query parameters

- `from` string, date-time, required
- `to` string, date-time, required
- `include` string
- `devices` string
- `media_ids` string
- `sort_by` string
- `limit` integer
- `page` integer
- `time_zone` string

## Response `200`

Success

- AnalyticsQoeVideoStartTimeDrilldown
  - `media` object
    - `id` string — The unique alphanumeric string that identifies the live stream, real-time stream, or video.
    - `video_start_time` number, float — The average video start time of the specific live stream, real-time stream, or video.
    - `plays` integer — The total number of plays for a live stream, real-time stream, or video. A play is registered when the stream begins to play.
    - `playback_type` string — The playback type of the stream.
    - `devices` object — An array of devices.
      - `device` string — The device type like **Desktop**.
      - `plays` integer — The number of plays for the specific device type.
      - `video_start_time` number, float — Represents the average video start time of the specific device type.
    - `limits` object — The time frame represented in the response.
      - `from` string, date-time — The start of the range of time represented in the response.
      - `to` string, date-time — The end of the range of time represented in the response.
      - `page` integer — Returns a paginated view of results. A positive integer indicates which page of the results are displayed. The default is **0**. - If page=0, rows 1-10 are returned. - If page=1, rows 11-20 are returned.
      - `limit` integer — The number of results returned per page. The maximum number of results per page is 20. The default is **10**.
      - `max_page` integer — The maximum number of pages that will be returned.
      - `sort_by` string — Specifies by what order the objects are returned. The default is **plays**. enum: `metric` `plays`
      - `sort_by_order` string — Specifies the order the objects are returned. The default is **desc**. enum: `asc` `desc`

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation.md) · [All operations](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wowza/wowza-video-rest-api-reference-documentation/revisions/157b6f741f2a/schema)
