---
title: "Get Security Scan"
method: GET
path: "/snapshots/{snapshot_id}/security/scan"
tags: ["security"]
---

# Get Security Scan

`GET /snapshots/{snapshot_id}/security/scan`

## Path parameters

- `snapshot_id` string, required

## Response `200`

Successful Response

- SecurityScanStatus — Status + summary counts for a snapshot's security scan.
  - `state` 'not_available' | 'queued' | 'scanning' | 'ready' | 'failed', required
  - `reason` string, nullable
  - `component_status` object
  - `error` string, nullable
  - `started_at` string, nullable
  - `scanned_at` string, nullable
  - `scanner_version` string, nullable
  - `tool_versions` object
  - `dep_count` integer, nullable
  - `vuln_count` integer, nullable
  - `secret_count` integer, nullable
  - `severity_rollup` object
  - `kev_count` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repowise/repowise-hosted-api/revisions/1e57283a9737/schema)
