v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1365891.2 KB
v1beta

QueryIssues provides a list of issues and recommendations that a user has access to and that are within the requested scope.

post/v1beta:queryIssues

Request body

parentstring

Required. Parent can be a project, a folder, or an organization. The list is limited to the one attached to resources within the scope that a user has access to. The allowed values are: * projects/{PROJECT_ID} (e.g., "projects/foo-bar") * projects/{PROJECT_NUMBER} (e.g., "projects/12345678") * folders/{FOLDER_NUMBER} (e.g., "folders/1234567") * organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")

orderBystring

Optional. Following fields are sortable: SignalType Product Location IssueSeverity The default order is ascending. Add "DESC" after the field name to indicate descending order. Add "ASC" after the field name to indicate ascending order. It only supports a single field at a time.

filterstring

Optional. Supported fields are: 'product', location, issue_severity, 'tags', 'labels',

pageSizeinteger

Optional. If unspecified, at most 50 issues will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageTokenstring

Optional. A page token, received from a previous QueryIssues call. Provide this to retrieve the subsequent page. All parameters except page size should match the parameters used in the call that provided the page token.

Response

Successful response