Get Dependencies for Scan
Dependencies
Get Dependencies for Scan
Retrieve software dependencies (SBOM) for a specific scan.
GET
Get Dependencies for Scan
Authorizations
API key for authentication
Path Parameters
The ID of the scan
Query Parameters
The page number for pagination
The number of results per page
Required range:
x <= 50Filter by dependency name (partial match)
Filter by dependency version
Filter by dependency ecosystem or package type
Filter by file path (partial match)
Filter by package URL (partial match)
Filter by license
Filter by dependency relationship type
Available options:
direct, transitive, all Search across dependency name, version, and package URL
Sort results by field (prefix with '-' for descending order)
Available options:
name, -name, version, -version, type, -type, created_at, -created_at 