List bugs in your organization
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
Filter by source (e.g. 'mcp', 'devloop').
Filter by source (e.g. 'mcp', 'devloop').
Filter by status.
Filter by status.
Filter by failure classification ('app_bug' or 'setup_issue').
Filter by failure classification ('app_bug' or 'setup_issue').
Alias for app_file_id when listing candidate issues.
Alias for app_file_id when listing candidate issues.
Filter by associated app file id.
Filter by associated app file id.
Filter by metadata.test_run_id.
Filter by metadata.test_run_id.
Filter by metadata.test_case_id.
Filter by metadata.test_case_id.
Headers
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.