Search Findings
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
Key | Datatype | Required | Description |
---|---|---|---|
status[] | string | ||
status[] | string | ||
sort_by | string | ||
sort_direction | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Risk-Token | string | ||
Content-type | string |