Search vulnerabilities for scan

Returns a list of vulnerabilities for the specified scan.

Requires the Basic [16] user role or the WAS.SCAN_WAS.READ custom role privilege. Additionally, requires the Can View [16] scan permission. See Roles and Permissions.

Path Params
uuid
required

The UUID of the scan for which you want to view vulnerabilities.

Query Params
int32
0 to 200
Defaults to 10

The number of records to retrieve. If this parameter is omitted, Tenable Web App Scanning uses the default value of 10. The minimum value is 0 and the maximum value is 200. If you need to retrieve more than 200 records, use the offset value to iterate through page responses.

int32
≥ 0
Defaults to 0

The starting record to retrieve. If this parameter is omitted, Tenable Web App Scanning uses the default value of 0.

string

The field you want to use to sort the results by along with the sort order. The field is specified first, followed by a colon, and the order is specified second (asc or desc). For example, name:desc would sort results by the name field in descending order.

If you specify multiple fields, the fields must be separated by commas. For example, name:desc,created_at:asc would first sort results by the name field in descending order and then by the created_at field in ascending order.

Body Params
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/html