/
HA
hacktron
/
Hacktron REST API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
REST API - Cost Estimations
3
REST API - Findings
5
REST API - HFW
4
REST API - Repos
1
REST API - Scans
6
get
List scans with pagination and filters
post
Trigger a pentest scan
get
Export findings for a scan
get
Get scan by UUID
get
Get scan status
get
List findings for a specific scan
REST API - Scans
Get scan by UUID
get
/scans/{id}
Path parameters
id
string
required
Response
RestScanResponseDto
required
id
string
required
task_id
string
required
scan_type
'pr'
|
'full'
required
status
string
required
name
string
nullable
required
repo_url
string
nullable
required
branch
string
nullable
required
pr_number
number
nullable
required
target_urls
string[]
nullable
required
findings_summary
RestScanFindingsSummaryDto
required
created_at
string
required
updated_at
string
required
Changes