Scans
Get Scan History
Get scan history detial by scanId
GET
/
v1
/
scans
/
{scanId}
/
history
Authorizations
X-API-Key
string
headerrequiredHeaders
X-Team-Id
string
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Path Parameters
scanId
string
requiredQuery Parameters
offset
integer
number of rows to skip
limit
integer
number of rows to get
start_date
string
start date from which you want to get history
end_date
string
end date till which you want to get history
time_range
enum<string>
time range to get history
Available options:
current_month
, last_month
, last_3_months
, last_6_months
, last_12_months
, all_time
Response
200 - application/json
message
string
requiredcurrent_page
integer
requiredresult_count
integer
requiredtotal_results
integer
requiredtotal_pages
integer
requireddata
object[]
requiredtotal_completed_request
integer
total_scan_run
integer
total_unique_scan_run
integer
Was this page helpful?