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.

When app or app_file_id is paired with status=open, this returns candidate issues for attaching a peer test run, scoped through the shared get_bug_test_run_candidate_issues RPC.

get/v1/bugs

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.