Search Findings

GET https://api.kennasecurity.com/findings?status[]=in_progress&status[]=resolved&sort_by=found_on&sort_direction=desc

Filters findings by a given set of parameters and returns the filtered findings as well as the total number of findings in the filtered set.

Each unique parameter is combined using AND while each of values passed in a single array will be combined using OR. For example, if you search for all findings with status=[new, resolved] and sort_by=score, you will receive all findings with either status new or resolved, sorted by score in the response.

By default, 100 results are returned per page. The response includes the current page requested as well as the total number of pages.

Request Params

KeyDatatypeRequiredDescription
status[]string
status[]string
sort_bystring
sort_directionstring

HEADERS

KeyDatatypeRequiredDescription
X-Risk-Tokenstring
Content-typestring