List vulnerabilities for a scan
Scans
List vulnerabilities for a scan
Returns vulnerabilities for a specific scan in the team attached to your API key.
GET
List vulnerabilities for a scan
Authorizations
Team-scoped Gecko API key. Keys start with gk_.
Path Parameters
Scan UUID.
Query Parameters
Filter to vulnerabilities whose severity matches this value exactly.
Required range:
0 <= x <= 10Filter vulnerabilities by type. Gecko performs a case-insensitive substring match.
Filter vulnerabilities by CWE. Gecko performs a case-insensitive substring match.
Maximum number of results to return. Gecko defaults to 100 and caps the value at 1000.
Required range:
1 <= x <= 1000Number of results to skip before Gecko starts returning rows.
Required range:
x >= 0