v1

latestOpenAPI 3.0.02026-07-249055687.1 KB
full-scans

Stream full scan

Stream all SBOM artifacts for a full scan.

This endpoint returns the latest, available alert data for artifacts in the full scan (stale while revalidate). Actively running analysis will be returned when available on subsequent runs.

This endpoint consumes 1 unit of your quota.

This endpoint requires the following org token scopes:

  • full-scans:list
get/orgs/{org_slug}/full-scans/{full_scan_id}

Path parameters

org_slugstring required

The slug of the organization

full_scan_idstring required

The ID of the full scan

Query parameters

boolean
OR
string[]

Control which alert priority fields to include in the response. Set to "true" to include all fields, "false" to exclude all fields, or specify individual fields like "components,formula" to include only those fields.

include_scoresboolean required

Include scores event in the response. include_scores_details implies this flag

boolean
OR
string[]

Control which score detail fields to include in the scores event. Set to "true" to include all fields, "false" to exclude all fields, or specify individual fields like "components,formula" to include only those fields.

include_license_detailsboolean required

Include license details in the response. This can increase the response size significantly.

cachedboolean

Return cached immutable scan results. When enabled and results are cached, returns the pre-computed scan. When results are not yet cached, returns 202 Accepted and enqueues a background job.

Response

Socket issue lists and scores for all packages, followed by a final scores event