GET
/
v1
/
scans
/
{scan_id}
/
scan_log
/
export
Export scan log of given scan id
curl --request GET \
  --url https://api.projectdiscovery.io/v1/scans/{scan_id}/scan_log/export \
  --header 'X-API-Key: <api-key>'
{
  "url": "<string>"
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Path Parameters

scan_id
string
required

Query Parameters

rescan_count
integer
host
string

target to search in log

template
string

template to search in log

matched
string

status to search in log

time
string<date-time>

time to filter the logs

string to search in error, target and template

error
string

error to search in log

format
enum<string>

format of the log file

Available options:
raw,
json,
csv
async
boolean
alert_email
string
severity
enum<string>
default:all_logs
Available options:
error,
info,
all_logs

Response

200
application/json

OK

The response is of type object.