---
title: "Error Summary"
method: GET
path: "/api/admin/errors/summary"
tags: ["Error Tracking"]
---

# Error Summary

`GET /api/admin/errors/summary`

Get error summary with counts by category and top errors.

## Query parameters

- `hours` integer — Summary period in hours

## Response `200`

Successful Response

- ErrorSummaryResponse
  - `period_hours` integer, required
  - `since` string, nullable
  - `total_errors` integer, required
  - `unresolved` integer, nullable
  - `by_category` object, required
  - `by_severity` object, required
  - `top_errors` unknown[], required
    - unknown
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
