HostedScan Docs
Home
About Us
Pricing
Login
Search
⌃K
Links
Getting started
API
Overview
Scans
Create Scan
Get Scans
Get Scan Result File
Authenticated Scans
Risks
Targets
Reports
Webhooks
Overview
Event Types
Sample Code
Overview
Powered By
GitBook
Get Scan Result File
get
https://api.hostedscan.com
/v1/results/:id
Get Scan Result File
Parameters
Path
id
string
ID of the result file to get.
Responses
200
Returns the scan result file
Try it!
curl
-o
result.pdf
-H
"X-HOSTEDSCAN-API-KEY: test-data-key"
--request
GET
"https://api.hostedscan.com/v1/results/12345"
Previous
Get Scans
Next
Authenticated Scans
Last modified
3mo ago