Search Findings

SearchFindings is a more powerful version of ListFindings that supports complex queries like "findings for issues" using functions such as has_issue and has_asset in the query string. Example to search for findings for a specific issue: has_issue("name=\"vaults/vault-12345/issues/issue-12345\""))

Path Params
string
required

Resource ID segment making up resource name. It identifies the resource within its parent collection as described in https://google.aip.dev/122.

Query Params
string

Optional. Query on what findings will be returned. This supports the same filter criteria as FindingService.ListFindings as well as the following relationship queries has_issue and has_asset. Examples:

  • has_issue("name="vaults/vault-12345/issues/issue-12345"")
  • has_asset("name="vaults/vault-12345/assets/asset-12345"")
string

Optional. Order by criteria in the csv format: "field1,field2 desc" or "field1,field2" or "field1 asc, field2".

string

Optional. Page token.

int32

Optional. Page size.

Response

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json