Method: accounts.apps.reports.list

  • Lists reports, including names and result URIs, for a specified app using the GET method.

  • Allows filtering of reports and checks using AIP-160 filter strings in query parameters.

  • Supports pagination with pageSize and pageToken query parameters for retrieving large result sets.

  • Requires https://www.googleapis.com/auth/checks OAuth scope for authorization.

  • Provides detailed information about the request and response structure, including path and query parameters.

Lists reports for the specified app.

By default, only the name and resultsUri 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.

HTTP request

GET https://checks.googleapis.com/v1alpha/{parent=accounts/*/apps/*}/reports

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Resource name of the app.

Example: accounts/123/apps/456

Query parameters

Parameters
page Size

integer

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.

page Token

string

Optional. A page token received from a previous reports.list call.

Provide this to retrieve the subsequent page. When paginating, all other parameters provided to reports.list must match the call that provided the page token.

filter

string

Optional. An AIP-160 filter string to filter reports.

Example: appBundle.releaseType = PRE_RELEASE

checks Filter

string

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

Request body

The request body must be empty.

Response body

The response message for ReportService.ListReports .

If successful, the response body contains data with the following structure:

JSON representation
 { 
 "reports" 
 : 
 [ 
 { 
 object (  Report 
 
) 
 } 
 ] 
 , 
 "nextPageToken" 
 : 
 string 
 } 
Fields
reports[]

object ( Report )

The reports for the specified app.

next Page Token

string

A token which can be sent as pageToken to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/checks

For more information, see the OAuth 2.0 Overview .

Create a Mobile Website
View Site in Mobile | Classic
Share by: