Results
Get Scan Results
get results of specific scan by id
GET
/
v1
/
scans
/
result
/
{scanId}
Authorizations
Headers
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Path Parameters
scan specific results (by scanId)
Query Parameters
comma separated severity e.g. severity=info,high
search term
number of results
number of results to skip
comma separated templates e.g. templates=tech-detect,azure-takeover
comma separated host e.g. hosts=https://example.com,https://x.com
filter by time ( last_day, last_week, last_month )
comma separated vuln_status e.g vuln_status=open,fixed
comma separated ascending sorting e.g sort_asc=created_at,severity
comma separated descending sorting e.g sort_desc=created_at,severity
Was this page helpful?