Search issues
Search for security issues across your repositories. You can filter by various criteria including custom rule ID.
To find all issues detected by a specific custom rule, include the ruleId parameter in your request.
Authorizations
Body
x >= 1x >= 1Free-text filter matched against issue title, vulnerability class, and affected file path. A query that looks like an issue id — hex digits and dashes only, at least 4 hex digits — also matches the issue id as a prefix, so the full UUID, the short 8-character issue id, and any longer prefix all find the issue. Dashes and surrounding whitespace are ignored for id matching.
Filter by score range (severity × confidence). Applied additively with other filters.
createdAt, severity, score, title, class, file, detected, patch asc, desc FullScan, PrScan open, patched, falsePositive, notExploitable, archived, closed, silenced Filter issues by issue status
PENDING_REVIEW, REVIEWING, PATCHING, NON_EXPLOITABLE, FALSE_POSITIVE, ACCEPTED_RISK, RESOLVED, BACKLOG, INFORMATIONAL Filter issues by custom rule ID - returns only issues that were found by the specified custom rule