v1/scan/vulnerabilities

This API endpoint retrieves a list of vulnerabilities from scans.


Request URL

Replace d594c30a-****-****-****-4f76da824f1f with the scan ID, 0 with the starting position, 100 with the number of results, and your_api_key with your actual API key.


Request Parameters

Parameter Type Location Required Description
scan_id string query Yes The ID of the scan to query. If omitted, vulnerabilities from all scans are retrieved.
c int query Yes The starting position for the query. Starts from 0.
l int query Yes The number of vulnerabilities to retrieve.

Response Data