GET
/
v1
/
scans
/
{scan_id}
/
scan_log
/
stats
Get scan log stats of given scan id
curl --request GET \
  --url https://api.projectdiscovery.io/v1/scans/{scan_id}/scan_log/stats \
  --header 'X-API-Key: <api-key>'
{
  "info_count": 123,
  "error_count": 123,
  "total_count": 123,
  "matched_count": 123,
  "unmatched_count": 123
}

Authorizations

X-API-Key
string
header
required

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

severity
enum<string>
default:all_logs
Available options:
error,
info,
all_logs

Response

200
application/json

OK

The response is of type object.