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,
"total_asset_groups": 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
]
},
"is_public": true,
"asset_group_filters": {
"is_tech": true,
"is_favicon": true,
"is_new": true,
"labels": "<string>",
"host": "<string>",
"port": "<string>",
"status_code": "<string>",
"content_length": "<string>",
"title": "<string>",
"domain": [
"<string>"
],
"cname": "<string>",
"technologies": "<string>",
"ip": "<string>",
"is_screenshot": true,
"time": "last_day",
"start_date": "2023-12-25",
"end_date": "2023-12-25",
"custom_filter": "<string>",
"search": "<string>",
"enumeration_id": "<string>",
"only_dns": true,
"only_ip": true
},
"body": "<string>",
"automatic_vuln_scans": true
}
}
Get enumeration by 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,
"total_asset_groups": 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
]
},
"is_public": true,
"asset_group_filters": {
"is_tech": true,
"is_favicon": true,
"is_new": true,
"labels": "<string>",
"host": "<string>",
"port": "<string>",
"status_code": "<string>",
"content_length": "<string>",
"title": "<string>",
"domain": [
"<string>"
],
"cname": "<string>",
"technologies": "<string>",
"ip": "<string>",
"is_screenshot": true,
"time": "last_day",
"start_date": "2023-12-25",
"end_date": "2023-12-25",
"custom_filter": "<string>",
"search": "<string>",
"enumeration_id": "<string>",
"only_dns": true,
"only_ip": true
},
"body": "<string>",
"automatic_vuln_scans": true
}
}
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response
The response is of type object
.
Was this page helpful?