---
title: "List Bug Reports"
method: GET
path: "/admin/bug-reports"
tags: ["Bug Reports"]
---

# List Bug Reports

`GET /admin/bug-reports`

## Query parameters

- `status` 'open' | 'resolved', nullable — Filter by status; omit for every report
- `limit` integer

## Response `200`

Successful Response

- BugReportListResponse
  - `reports` BugReportSummaryResponse[]
    - `id` string, required
    - `title` string, required
    - `reporter_email` string, nullable
    - `route` string, required
    - `status` 'open' | 'resolved', required
    - `annotation_count` integer, required
    - `console_error_count` integer, required
    - `failed_request_count` integer, required
    - `has_screenshot` boolean, required
    - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
