Returns vulnerabilities for the repository path in repositoryId. URL-encode the repository path before you send it. For example, use gecko-security%2FPaperbaum for gecko-security/Paperbaum.
Team-scoped Gecko API key. Keys start with gk_.
URL-encoded repository path, for example gecko-security%2FPaperbaum or gitlab:group%2Fproject.
Filter to vulnerabilities with a severity greater than or equal to this value.
0 <= x <= 10Filter vulnerabilities by type. Gecko performs a case-insensitive substring match.
Filter vulnerabilities by CWE. Gecko performs a case-insensitive substring match.
Filter results to scans created within the last N days.
x >= 1Maximum number of results to return. Gecko defaults to 100 and caps the value at 1000.
1 <= x <= 1000Number of results to skip before Gecko starts returning rows.
x >= 0