cURL
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": {} } }
OK
The response is of type object.
object
Was this page helpful?