/
RE
repowise
/
repowise hosted API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-26
Details
Filter operations
admin
7
analytics
4
auth
6
badge
4
billing
17
c4
5
chat
20
code-health
23
coupling
1
dashboard
30
external-systems
4
feedback
1
files
4
git
8
github-app
10
graph-views
4
integrations
15
internal
5
mcp
6
me
11
modules
2
oauth
10
owners
2
product-events
3
public
6
repos
16
search
2
security
20
get
Get Security Scan
post
Trigger Scan
get
List Security Dependencies
get
List Security Vulnerabilities
get
List Security Secrets
get
Download Sbom
get
Download Vex
patch
Patch Secret
patch
Patch Vulnerability
get
Get Sbom Diff
get
Get Audit Log
get
Export Audit Log
get
List Security Webhooks
post
Create Security Webhook
delete
Delete Security Webhook
patch
Patch Security Webhook
post
Test Security Webhook
get
Get Compliance Report
get
Export Compliance Report
get
Get Workspace Security
snapshots
2
stats
1
teams
20
teams-insights
3
telemetry
2
workspaces
26
get
Health
get
Health Memory
get
Health Memory Debug
security
Get Security Scan
get
/snapshots/{snapshot_id}/security/scan
Path parameters
snapshot_id
string
required
Response
Successful Response
SecurityScanStatus
required
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
Changes