cURL
curl --request GET \ --url https://api.projectdiscovery.io/v1/asset/enumerate/{enumerate_id}/stats \ --header 'X-API-Key: <api-key>'
{ "asset_stats": { "hosts": 123, "http": 123, "endpoints": 123, "ports": 123, "new_assets": 123, "total_assets": 123, "technologies": 123 }, "enumeration_stats": { "total_enumeration": 123, "total_unique_enumeration": 123, "total_uploaded_enumeration": 123, "total_discovery_enumeration": 123, "total_cloud_enumeration": 123 } }
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
time filter to select
last_day
last_week
last_month
last_3_months
last_6_months
last_12_months
all_time
time filter start date
time filter end date
Example response
Show child attributes