- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
List Findings under a given ScanRun.
HTTP request
GET https://websecurityscanner.googleapis.com/v1beta/{parent=projects/*/scanConfigs/*/scanRuns/*}/findings
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
filter |
Required. The filter expression. The expression must be in the format: |
page |
A token identifying a page of results to be returned. This should be a |
page |
The maximum number of Findings to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value. |
Request body
The request body must be empty.
Response body
Response for the findings.list
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"findings": [
{
object ( |
Fields | |
---|---|
findings[] |
The list of Findings returned. |
next |
Token to retrieve the next page of results, or empty if there are no more results in the list. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.