GET
/
v1
/
asset
/
enumerate
/
{enumerate_id}
curl --request GET \
  --url https://api.projectdiscovery.io/v1/asset/enumerate/{enumerate_id} \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>",
  "data": {
    "id": "<string>",
    "name": "<string>",
    "status": "<string>",
    "failure_reason": "<string>",
    "completed_at": "2023-11-07T05:31:56Z",
    "enumeration_time": "<string>",
    "enumeration_type": "<string>",
    "enumeration_stats": {
      "hosts": 123,
      "http": 123,
      "endpoints": 123,
      "ports": 123,
      "total_assets": 123
    },
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "root_domains": [
      "<string>"
    ],
    "enrichment_hosts_count": 123,
    "is_rescan": true,
    "rescan_count": 123,
    "cloudlist_config_ids": [
      "<string>"
    ],
    "cloudlist_provider_name": "<string>",
    "enumeration_time_elapsed": "<string>",
    "total_assets": 123,
    "new_assets": 123,
    "domain_names": [
      "<string>"
    ],
    "schedule": {
      "enumeration_id": "<string>",
      "scan_frequency": "<string>",
      "schedule_last_run": "<string>",
      "schedule_next_run": "<string>",
      "start_time": "<string>",
      "hourly_frequency": 123,
      "custom_weekdays": [
        3
      ]
    }
  }
}

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

Response

200
application/json
Example response
message
string
required
data
object
required