v1

latestOpenAPI 3.1.02026-07-26269227514.8 KB
code-scans

List Code Scan Findings

List code scan findings for the enterprise account.

Findings are returned newest first. Optionally filter by org_ids, scan_id, repo_name, severity, and status (severity and status accept multiple values); results are paginated with an opaque cursor (after / first).

get/v3/enterprise/code-scans/findings

Query parameters

afterstring nullable
firstinteger
scan_idstring nullable

Filter to findings produced by this scan.

Filter to findings produced by this scan.

repo_namestring nullable

Filter to findings reported in this repository.

Filter to findings reported in this repository.

severitystring[] nullable

Filter to findings with any of these severities (critical, high, medium, low).

Filter to findings with any of these severities (critical, high, medium, low).

statusstring[] nullable

Filter to findings with any of these statuses (open, dismissed, resolved).

Filter to findings with any of these statuses (open, dismissed, resolved).

org_idsstring[] nullable

Filter to findings in these organizations.

Filter to findings in these organizations.

Response

Successful Response

end_cursorstring nullable

Cursor to fetch the next page, or None if this is the last page.

has_next_pageboolean

Whether there are more items available after this page.

totalinteger nullable

Optional total count (can be omitted for performance).