This API endpoint retrieves a list of vulnerabilities from scans.
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. |