Malwation ThreatZone Documentation
  • Release Notes
    • v2.7.2 - latest
    • v2.7.1
    • v2.7.0
    • v2.6.1
    • v2.6.0
    • v2.5.2
    • v2.5.1
    • v2.5.0
    • v2.4.0
    • v2.3.0
    • v2.2.0
    • v2.1.0
    • v2.0.0
    • v1.4.0
    • v1.3.0
    • v1.2.0
    • v1.1.0
    • v1.0.0
  • API Docs
    • Scan
    • Get
    • Me
    • Download
    • Constants
    • Models
  • ThreatZone Onpremise Usage Guide
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. API Docs

Download

PreviousMeNextConstants

Was this helpful?

Download the sanitized file for a given submission UUID, sanitized by CDR

get

Download the sanitized file for a given submission UUID, sanitized by CDR

Authorizations
Path parameters
uuidstringRequired

Submission UUID

Responses
200
Successfully downloaded the sanitized file
400
Bad request - CDR module not purchased or report not ready
404
Submission not found
get
GET /public-api/download/cdr/{uuid} HTTP/1.1
Host: 
Authorization: Bearer 
Accept: */*

No content

Download HTML report for a submission

get
Authorizations
Path parameters
uuidstringRequired

Submission ID

Responses
200
HTML report downloaded successfully
404
HTML report not found
500
Internal server error
get
GET /public-api/download/html-report/{uuid} HTTP/1.1
Host: 
Authorization: Bearer 
Accept: */*

No content

  • GETDownload the sanitized file for a given submission UUID, sanitized by CDR
  • GETDownload HTML report for a submission