GET
/
v1
/
scans
/
stats
curl --request GET \
  --url https://api.projectdiscovery.io/v1/scans/stats \
  --header 'X-API-Key: <api-key>'
{
  "scan_stats": {
    "total_scan": 123,
    "total_unique_scan": 123,
    "total_uploaded_scan": 123,
    "total_scheduled_scan": 123
  },
  "scan_status": {
    "failed": 123,
    "finished": 123,
    "queued": 123,
    "running": 123,
    "starting": 123,
    "stopped": 123,
    "uploaded": 123
  }
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team

Response

200
application/json
Example response
scan_stats
object
required
scan_status
object
required