List Code Scan Findings
Code Scans (Organization)
List Code Scan Findings (Devin API)
List Devin code scan findings for an organization, filtered by scan, repository, severity, or status, via the v3 organization API
GET
List Code Scan Findings
Permissions
Requires a service user or personal access token with theViewCodeScans permission at the organization level.
Related
- Filter by
scan_idafter a scan started with Start Code Scan reachescompleted(see List Code Scans for polling). - Launch a fix for a finding with Remediate Code Scan Finding.
- For aggregate counts of scans, findings, and remediation PRs over a time range, use Get Code Scan Metrics.
- For the end-to-end workflow, see Triggering Code Scans via the Devin API.
Authorizations
Service User credential (prefix: cog_)
Path Parameters
Organization ID (prefix: org-)
Example:
"org-abc123def456"
Query Parameters
Required range:
1 <= x <= 200Filter to findings produced by this scan.
Filter to findings reported in this repository.
Filter to findings with any of these severities (critical, high, medium, low).
Available options:
critical, high, medium, low Filter to findings with any of these statuses (open, dismissed, resolved).
Available options:
open, dismissed, resolved Response
Successful Response

