cURL
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 }
target to search in log
template to search in log
status to search in log
time to filter the logs
string to search in error, target and template
error to search in log
error
info
all_logs
OK
The response is of type object.
object
Was this page helpful?