Results
Get All Results
Get scans results of a user
GET
/
v1
/
scans
/
results
Authorizations
X-API-Key
string
headerrequiredHeaders
X-Team-Id
string
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Query Parameters
offset
integer
number of results to skip
limit
integer
number of results to get
severity
string
string separated by comma e.g. info,high
search
string
search term
hosts
string
comma separated host e.g. hosts=https://example.com,https://x.com
templates
string
comma separated templates e.g. templates=tech-detect,azure-takeover
time
string
filter by time ( last_day, last_week, last_month )
vuln_status
string
comma separated vuln_status e.g vuln_status=open,fixed
tags
string
comma separated tags e.g tags=xss,cve
sort_asc
string
comma separated ascending sorting e.g sort_asc=created_at,severity
sort_desc
string
comma separated descending sorting e.g sort_desc=created_at,severity
is_ticket
boolean
Return the records that have issue trackers
labels
string
filter by comma separated labels e.g labels=p1,p2
Response
200 - application/json
current_page
integer
requiredresult_count
integer
requiredtotal_results
integer
requiredtotal_pages
integer
requiredmessage
string
requireddata
object[]
requiredstats
object
filters
object
Was this page helpful?