bugs

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.

get/v1/bugs/list

Query parameters

sourcestring nullable

Filter by source (e.g. 'mcp', 'devloop').

Filter by source (e.g. 'mcp', 'devloop').

status'open' | 'in_progress' | 'fixed' | 'wont_fix' nullable

Filter by status.

Filter by status.

failure_classification'app_bug' | 'setup_issue' nullable

Filter by failure classification ('app_bug' or 'setup_issue').

Filter by failure classification ('app_bug' or 'setup_issue').

appstring nullable

Alias for app_file_id when listing candidate issues.

Alias for app_file_id when listing candidate issues.

app_file_idstring nullable

Filter by associated app file id.

Filter by associated app file id.

test_run_idstring nullable

Filter by metadata.test_run_id.

Filter by metadata.test_run_id.

test_case_idstring nullable

Filter by metadata.test_case_id.

Filter by metadata.test_case_id.

limitinteger

Headers

x-api-keystring

Response

Successful Response

object[] required

Changes

No recorded changes to this endpoint across all 1 revision of this API.