---
title: "Fetch a list of resource URLs impacted by a specific error code"
method: GET
path: "/analytics/qoe/errors/detail/resources/{error_code}"
tags: ["quality_of_experience"]
---

# Fetch a list of resource URLs impacted by a specific error code

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

(Available from version 2.0) This operation returns a list of resource URLs impacted by a specific error code, along with their corresponding occurrence counts.

## Path parameters

- `error_code` string, required

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

- AnalyticsQoeErrorsDetailResourcesErrorCode
  - `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>.
  - `resource` object
    - `url` string — The URL associated with a specific error code.
    - `count` integer — Total number of times this specific error occurred for the media.
    - `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.
    - `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)
