Skip to main content
GET
Get Scan Result

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

domain_id
integer
required

The domain ID

scan_id
string
required

The scan ID

Response

Successful Response

The result of a scan

id
string<uuid>
required

The scan ID

start_time
string<date-time>
required

The date and time the scan started

end_time
string<date-time> | null
required

The date and time the scan ended

status
enum<string>
required

The status of the scan

Available options:
SUCCESS,
FAILURE,
IN_PROGRESS
type
enum<string>
required

The type of scan

Available options:
TRAFFIC_SCAN,
API_DESCRIPTION_FILE_SCAN
message
string
required

The message associated with the scan