Download Scan Report
GET/targets/:target_id/scans/:id/report/
Request
Path Parameters
id stringrequired
target_id stringrequired
Query Parameters
report_type string
Possible values: [default
, executive_summary
, hipaa
, iso27001
, owasp
, pci
, pci4
]
Responses
- 200
- 400
- 401
- 404
- 500
- application/pdf
- application/vnd.openxmlformats-officedocument.wordprocessingml.document
- Schema
Schema
string
- Schema
Schema
string
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid JWT."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...