---
title: "List bugs in your organization"
method: GET
path: "/v1/bugs/list"
tags: ["bugs"]
---

# List bugs in your organization

`GET /v1/bugs/list`

List bugs filed in the API key owner's organization. Filterable by source / status / app_file_id / failure_classification. Ordered by created_at DESC.

Returns an empty list when no bugs match — note that QualGent3's parallel `/api/bugs` returns `{}` on empty; this endpoint does NOT match that quirk and always returns a list.

## Query parameters

- `source` string, nullable — Filter by source (e.g. 'mcp', 'devloop').
- `status` 'open' | 'in_progress' | 'fixed' | 'wont_fix', nullable — Filter by status.
- `failure_classification` 'app_bug' | 'setup_issue', nullable — Filter by failure classification ('app_bug' or 'setup_issue').
- `app` string, nullable — Alias for app_file_id when listing candidate issues.
- `app_file_id` string, nullable — Filter by associated app file id.
- `test_run_id` string, nullable — Filter by metadata.test_run_id.
- `test_case_id` string, nullable — Filter by metadata.test_case_id.
- `limit` integer

## Headers

- `x-api-key` string

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/qualgent/apis/qualgent-api-service.md) · [All operations](https://skmtc.dev/qualgent/apis/qualgent-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qualgent/qualgent-api-service/revisions/2372ed4904a6/schema)
