Skip to main content
GET
GET
Returns a paginated list of all past scans for the specified website, ordered by most recent first.

Query Parameters

string
required
UUID of the website to retrieve scan history for.
integer
default:"0"
Number of records to skip (for pagination).
integer
default:"10"
Maximum number of records to return per page.
string
Filter by device type: mobile or desktop.
boolean
Filter by whether AAA-level checks were enabled.

Response

boolean
true on a successful request.
array
Array of scan objects — each with id, status, scan_type, audit_start_time, audit_end_time, total_credits_used.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

website_id
string<uuid>
required
offset
integer
default:0
limit
integer
default:10
device
enum<string>
Available options:
mobile,
desktop
enable_aaa
boolean

Response

200

Paginated scan list