---
title: "Fetch errors drill down trend metrics for your streams"
method: GET
path: "/analytics/qoe/errors/drilldown_trend/{error_code}"
tags: ["quality_of_experience"]
---

# Fetch errors drill down trend metrics for your streams

`GET /analytics/qoe/errors/drilldown_trend/{error_code}`

(Available from version 2.0) This operation returns the errors drill down trend metrics for all the streams 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
- `error_type` string
- `include_recoverable` boolean
- `devices` string
- `media_ids` string
- `time_zone` string

## Response `200`

Success

- AnalyticsQoeErrorsDrilldownTrendErrorCode
  - `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=N4IgtglgJlA2CmIBcBWADAGhAZ3ggxgC7xTIgB0+22IW+A9rPQE5nMDmARgBQDMAHBnRCAbAEpaIQgAt4YREnABDYswhLYAWgAOG+ADsI7aYUmwlAT3oBXU4qW36k5vGwQAXvCWcEyQs2t4LBIIQm9fJH9ArEJ6Rk4lVkiAoJAAMwgEABVvGmTokFgIfQBrHM48qNTsaUT4ACFbWP0-FKwXJiUoRsJm1oKGfWxGBSqsB1iAJTx6Lv7UifppzqgAETxLZAAWNEwQRYAxenxrPLSNXHHHAAl4IxNkc9hLnHxmRlhkAG1MNABdLAZBB5L6gfRKeRkbQuABuEHgAHdJINiPo7CAQABfDBgiEKKT0EoGcgAKxodHoaIM6IRxSg9AR5AA+kyDgAZADyAHUAApsgCCAE0AKKTJlZDkAaWFADkALwAHRA8AsAClmEouQBFCAciCqrUAZRJUBlxukKCg7gAsrwtWB+BA2QBhVVoeAADX5uv1koAagBGHUu1XSTgAcXwPtVBwAqu4AJIBmX6gCc5BVqpJCZJ9HhAdpgq5MuwHudCZEKYAHvgE2BYCUyxWywbjabzZabXawKna-o0E7Xdp8LxrdHwxHU7x8OGq7IuX6LAn++Q-arrtd9F5w4bw6sufRBcwtiJDfh+at2Ch6uH+WhrvzmPxDbwPVlVQAmNLsNn0VOaGVCAALX4bRDQ-EQPTCLUSnwVN6Hqa4uWgcwIAgKt6GkfhhWYBEoGYElrQ5egPy1epJQRJUAG5JGkaAoAMeZsVxSFFFJckQBRakyA5TgSXgIgMzRNRXG4NImARbRzAseBmAzZh3mYbAxHINIWGFJR8GkbhuC+IkLAwAACBgGL+MQ5QAPkM4AFX0QzjMpbBCEM-ThQQOVDPpE55DRSgXBUeA3LkaluCVbBdH0JUxFs+zBichyGKCwyPK86wfMIPyvGIIL0tCnAIqimKHKGZywh8eBks8440upch2HgQgcupeolygPLZMUzQTNcQq7JclUgvIYgq0IZ1KVRZyPP0orusG4bRvG6lKu6oqyoQcglG0bQDDa1yECM2aEGi-RMQkLBcAIQgIEcsgUCQD9+CxHEQHBViKCoDiuLRMgAGIOpYLr6AY7BrKKqAIHC6SkEM9g1CgKiith6BNGIMApICwHYDSoZoYDNJmEMvHmCowyAHoACpDOFABHawNEM2koBkBysbAIZDPJ0nEc26GPzQbQqxJinDMNXR8AqzgGoReADBZ7GQc52zMUkC6BKum7FF4e60Celj8XIEx62RRbvsUWyAB5wZhQzoEVZUFIB7rsCVCyiot0mrYslW8DV66hjIAMkC2LEAUKYoShBUBCAsbayCcixfCwV78U4IGLEkaxmE+RQTEIbRsCQUnSf8CxVIk9GZLkhgwFJgI0QgeRNCgRISkoahaPoxj8ngZiXrxMh6BhbQM6zshc-zwvSfwKB9DLhkK9kyh6BrjovFwbBSfBK6YXgUneFJpzwl3qTrHYYoN8H7RyEgWeyUkaPY8UbA3ggbRTCwOiYC7qpe+TsfnhHtnEA48C5F2nrPcS89pKL2rrXH2Sh16bxUBAHee8D5rWPljM+QxSbSGeNfYo7F74x3xM-NQb8O5fxaN3X+-dFCQMktA1gWBM5AJAZPcBc9GGWBgcvOBCAEGuCQdvXe+9D7lQ9vAc41hYCEFJgwheckb5EJiCQuOL8KEf07tQn+z0-70PLkwtuHFWFj16BPMBM8uGKKXiveBiCt4oNEego+6CE67wUUYj6xDH44GjonYB2imJ-ExEAA">list</a>.
    - `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 total number of times this specific error occurred at the sampled 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.
    - `name` string — The name of the playback error.
    - `type` string — The type of event related to video/audio streaming.

## Other responses

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

---

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