List security issues caught by PR reviews
Lists every security issue that the organization’s PR reviews caught. Each issue appears once. Repeated reports of the same issue across review runs of one pull request are collapsed. Dependency CVEs and retest rows are excluded. Results include only repositories within the token RBAC scopes.
Authorizations
API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.
Query Parameters
Page number of the result set. The first page is 1.
x >= 1Maximum number of items per page. The default is 25 and the maximum is 100.
1 <= x <= 100Filter by severity.
critical, high, medium, low Filter by the pull request lifecycle. Rows without a recorded state count as open.
open, merged, closed Match issue title, CVE, repository, PR number, or PR title.
Filter by repository (owner/name).
Set true to include all-time impact numbers in the response.