---
title: "Fetch affected media assets by specific error code"
method: GET
path: "/analytics/qoe/errors/detail/media/{error_code}"
tags: ["quality_of_experience"]
---

# Fetch affected media assets by specific error code

`GET /analytics/qoe/errors/detail/media/{error_code}`

(Available from version 2.0) This operation returns a list of media assets impacted by a specified error, including the number of times each asset was impacted.

## Query parameters

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

## Response `200`

Success

- AnalyticsQoeErrorsDetailMediaErrorCode — Error drilldown metrics by media
  - `code` string — The error code associated with the playback issue.
  - `name` string — The name of the playback error.
  - `type` string — The type of media event associated with the error.
  - `media` object[] — An array of media items where the error occurred.
    - `id` string — Unique identifier for the media.
    - `playback_type` string — Type of playback for the media (e.g., live, VOD).
    - `count` integer — Number of times the error occurred for this media.
  - `limits` object — The time range and pagination for the returned results.
    - `from` string, date-time — The start of the time range for the results.
    - `to` string, date-time — The end of the time range for the results.
    - `limit` integer — The maximum number of results returned per page.
    - `page` integer — The current page of results.
    - `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.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)
