---
title: "Fetch top error messages by error code"
method: GET
path: "/analytics/qoe/errors/detail/message/{error_code}"
tags: ["quality_of_experience"]
---

# Fetch top error messages by error code

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

(Available from version 2.0) This operation returns a list of the most frequent error messages associated with a specified error code, including the number of times each message occurred.

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

- AnalyticsQoeErrorsDetailMessageErrorCode — Error drilldown metrics by error message
  - `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.
  - `message` object[] — An array of error messages and their associated counts.
    - `text` string — The specific error message text.
    - `count` integer — Number of times this specific error message occurred.
  - `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)
