---
title: "Trigger Scan"
method: POST
path: "/snapshots/{snapshot_id}/security/scan"
tags: ["security"]
---

# Trigger Scan

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

Manual (re)trigger — retry a failed scan, or scan a snapshot indexed
before the security layer existed. One in-flight scan per snapshot.

## Path parameters

- `snapshot_id` string, required

## Response `200`

Successful Response

- SecurityScanTriggerResponse
  - `ok` boolean, required
  - `state` string, required

## 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)
