cURL
curl --request GET \ --url https://api.projectdiscovery.io/v1/scans/{scan_id}/asset \ --header 'X-API-Key: <api-key>'
{ "data": [ { "host": "<string>", "port": 123, "scanned_on": "2023-11-07T05:31:56Z" } ], "total_assets": 123, "total_host_assets": 123 }
List of all unique assets for a scan.
Search with host or port
Limit the number of assets (Default 100)
Offset the number of assets (Default 0)
OK
The response is of type object.
object
Was this page helpful?