Export Coverage Report
GET/targets/:target_id/scans/:id/endpoints/
Request
Path Parameters
id stringrequired
target_id stringrequired
Identifier of the target.
Responses
- 200
- 400
- 401
- 404
- 500
CSV file with scanned endpoints
- text/csv
- Schema
- CSVFileHeaderExample
Schema
string
CSV file header example
request_method,url,status_code,result,reason,info
- application/json
- Schema
- Example (from schema)
Schema
<field name> string[]
non_field_errors string[]
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- 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...