---
title: "Fetch video start time metrics for specific live streams, real-time streams, and videos"
method: GET
path: "/analytics/qoe/video_start_time/media/{id}"
tags: ["quality_of_experience"]
---

# Fetch video start time metrics for specific live streams, real-time streams, and videos

`GET /analytics/qoe/video_start_time/media/{id}`

(Available from version 2.0) This operation returns the video start time metrics for specific live stream(s), real-time stream(s), and/or video(s).

## Path parameters

- `id` string, required

## Query parameters

- `from` string, date-time, required
- `to` string, date-time, required
- `include` string
- `devices` string
- `time_zone` string

## Response `200`

Success

- AnalyticsQoeVideoStartTimeMediaId
  - `account` object
    - `average` integer — The average time, in seconds, from when a user requests a video stream until playback begins.
    - `time_zone` string — The time zone in which the data is returned. The default time zone in which the data is returned is **Etc/UTC**.
    - `quantile_25` integer — The video start time of 25th percentile of video streams. This means that 25% of the users have a video start time equal to or less than this value.
    - `quantile_50` integer — The video start time of 50th percentile of video streams. This means that 50% of the users have a video start time equal to or less than this value.
    - `quantile_75` integer — The video start time of 75th percentile of video streams. This means that 75% of the users have a video start time equal to or less than this value.
    - `quantile_95` integer — The video start time of 95th percentile of video streams. This means that 95% of the users have a video start time equal to or less than this value.
    - `quantile_99` integer — The video start time of 99th percentile of video streams. This means that 99% of the users have a video start time equal to or less than this value.
    - `trend` object — An array of video start time trend data. The granularity of sampled data changes based on the from and to query values you use: <ul><li>0 minutes to 8 hours - Samples returned per minute</li> <li>8 hours, 1 second to 24 hours - Samples returned per hour</li> <li>24 hours, 1 second to 175 days - Samples returned per day</li> <li>175 days to 14 years - Samples returned per month</li> <li>14 years or greater - Samples returned per year</li></ul>
      - `average` integer — The average time, in seconds, from when a user requests a video stream until playback begins.
      - `sampled_at` string, date-time — The date and time the trend data was sampled.
    - `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.

## 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/versions/157b6f741f2a/schema)
