Retrieve SCA issues for a specific scan
Documentation Index
Fetch the complete documentation index at: https://docs.corgea.app/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
The ID of the scan
The page number for pagination
The number of results per page
x <= 50Filter by severity levels (comma-separated). Valid values: CRITICAL, HIGH, MEDIUM, LOW
Filter by package name (partial match)
Filter by package ecosystem (case-insensitive)
Filter by CVE identifier (partial match)
Filter by file path (partial match)
Filter by whether a fix is available (true/false)
Filter SCA issues by dependency reachability status
not_direct_dependency, pending, vulnerable_usage_reachable, vulnerable_usage_unreachable, dead_dependency Include dependency reachability status and description for each SCA issue.
Sort results by field (prefix with '-' for descending order)
created_at, -created_at, severity, -severity, package, -package, ecosystem, -ecosystem