accounts

Lists reports for the specified app. By default, only the name and results_uri fields are returned. You can include other fields by listing them in the fields URL query parameter. For example, ?fields=reports(name,checks) will return the name and checks fields.

get/v1alpha/{+parent}/reports

Path parameters

parentstring required

Required. Resource name of the app. Example: accounts/123/apps/456

Query parameters

checksFilterstring

Optional. An AIP-160 filter string to filter checks within reports. Only checks that match the filter string are included in the response. Example: state = FAILED

filterstring

Optional. An AIP-160 filter string to filter reports. Example: appBundle.releaseType = PRE_RELEASE

pageSizeinteger

Optional. The maximum number of reports to return. If unspecified, at most 10 reports will be returned. The maximum value is 50; values above 50 will be coerced to 50.

pageTokenstring

Optional. A page token received from a previous ListReports call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListReports must match the call that provided the page token.

Response

Successful response

Changes