Get results

Everything you need to know about retrieving scan results using the Houdin API

Retrieve results for a scan

get

Retrieve results for a scan

Authorizations
X-API-KeystringRequired
Query parameters
scanIDstringRequired

A scan ID you want to retrieve results for

Example: houdin-a7675557-68ff-4a5a-9c3a-6de3d5bd8090
Responses
chevron-right
200

Success

application/json
scanIDstringOptionalExample: houdin-a7675557-68ff-4a5a-9c3a-6de3d5bd8090
statusstringOptionalExample: Done
artifactstringOptionalExample: https://maliciousurl.com/infected.exe
scanOnarrayOptionalExample: ["vt","urlscan","alienvault","abuseipdb"]
scanTimestringOptionalExample: 2023-01-01T00:00:00.000Z
expiresAfterstringOptionalExample: 2023-01-07T00:00:00.000Z
get
/scan/result

Last updated