---
title: "Stream full scan"
method: GET
path: "/orgs/{org_slug}/full-scans/{full_scan_id}"
tags: ["full-scans"]
---

# Stream full scan

`GET /orgs/{org_slug}/full-scans/{full_scan_id}`

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

## Path parameters

- `org_slug` string, required
- `full_scan_id` string, required

## Query parameters

- `include_alert_priority_details` union
  - boolean
  - string[]
- `include_scores` boolean, required
- `include_scores_details` union
  - boolean
  - string[]
- `include_license_details` boolean, required
- `cached` boolean

## Response `200`

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

## Other responses

- `202` — Scan is being processed. Poll again later to retrieve results.
- `400` — Bad request
- `401` — Unauthorized
- `403` — Insufficient max_quota for API method
- `404` — Resource not found
- `429` — Insufficient quota for API route

---

[API](https://skmtc.dev/socket-dev/apis/socket.md) · [All operations](https://skmtc.dev/socket-dev/apis/socket/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/socket-dev/socket/revisions/bf994b75d33f/schema)
