Authorizations
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
The domain ID
Required range:
x > 0Query Parameters
Sort the response by given field.
Available options:
id, type, start_time, end_time, status, message, -id, -type, -start_time, -end_time, -status, -message Filter by the path of the scan type The different types of scans that can be performed
Available options:
TRAFFIC_SCAN, API_DESCRIPTION_FILE_SCAN Filter by the status of the scan The different statuses a task result can have
Available options:
SUCCESS, FAILURE, IN_PROGRESS Filter by the message of the scan. Supports '*' as a wildcard character
Maximum length:
1024Number of items to return
Required range:
0 <= x <= 100Number of items to skip
Required range:
0 <= x <= 100000Response
Successful Response