List Vulnerabilities
GET https://{{API_URL}}/vulnerabilities
Returns a list of all of your open vulnerabilities that are associated with active assets paginated by 500 records at a time.
The response includes the current page requested as well as the total number of pages. Pagination is explained on the Parameters page. To retrieve closed vulnerabilities, you pass a filter
parameter with the value closed
(i.e. ?filter=closed).