GET
/
v1
/
scans
/
{scan_id}
/
error_stats
Get error statistics of given scan id
curl --request GET \
  --url https://api.projectdiscovery.io/v1/scans/{scan_id}/error_stats \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "status_code_stats": {},
    "error_stats": {},
    "waf_stats": {}
  }
}

Authorizations

X-API-Key
string
header
required

Path Parameters

scan_id
string
required

Response

200
application/json

OK

The response is of type object.