GET
/
v1
/
asset
/
enumerate
/
{enumerate_id}
/
stats
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
  }
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

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

Path Parameters

enumerate_id
string
required

Query Parameters

time
enum<string>

time filter to select

Available options:
last_day,
last_week,
last_month,
last_3_months,
last_6_months,
last_12_months,
all_time
start_date
string

time filter start date

end_date
string

time filter end date

Response

200
application/json
Example response
asset_stats
object
required
enumeration_stats
object

Example response