---
title: "Fetch error drill down metrics for your streams"
method: GET
path: "/analytics/qoe/errors/drilldown"
tags: ["quality_of_experience"]
---

# Fetch error drill down metrics for your streams

`GET /analytics/qoe/errors/drilldown`

(Available from version 2.0) This operation returns the error drill down by device metrics for all the live 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
- `devices` string
- `media_ids` string
- `sort_by` string
- `sort_by_order` 'asc' | 'desc'
- `error_type` string
- `include_recoverable` boolean
- `limit` integer
- `page` integer
- `time_zone` string

## Response `200`

Success

- AnalyticsQoeErrorsDrilldown
  - `error` object
    - `code` string — The error code ID. For a full list of the player error codes, see this <a href="https://try.flowplayer.com/?channel=stable#0=N4Igtglg...">list</a>.
    - `name` string — The name of the playback error.
    - `type` string — The type of event related to video/audio streaming.
    - `avg_retry_count` number, float — The average number of retry attempts for the error.
    - `total_count` integer — The total number of times the error occurred in the timeframe.
    - `session_count` integer — The number of unique sessions in which the error occurred.
    - `trend` object[] — An array of error density 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>
      - `sampled_at` string, date-time — The date and time the trend data was sampled.
      - `count` integer — The number of times this specific error occurred at that time.
  - `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.
    - `limit` integer — The maximum number of results returned per page.
    - `page` integer — The current page number of the response.
    - `max_page` integer — The maximum number of available pages.

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