Lists reports.
HTTP request
GET https://androidpartner.googleapis.com/v1/compatibility/{parent=devices/*/products/*/builds/*}/reports
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Parent name, for example, devices/136D60F1/products/87826ABE/builds/797EE92C/reports |
Query parameters
Parameters | |
---|---|
pageSize |
Size of each page. |
pageToken |
The nextPageToken value returned from a previous List request, if any. |
excludeTestProblems |
Exclude listing unsuccessful tests in ListReportsResponse. |
filter |
The filter. User can specify the filter to retrieve a sub list of reports, for example, filter by test_suite_type. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
A response from list reports query.
JSON representation | |
---|---|
{
"reports": [
{
object ( |
Fields | |
---|---|
reports[] |
A list of reports. |
nextPageToken |
Token to retrieve the next page of results, or empty if there are no more results in the list. |
prevPageToken |
Token to retrieve the previous page of results, or empty if there are no previous page. |
curPageToken |
Token to retrieve the current page of results. |
totalSize |
Total count of existing reports. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidPartner
For more information, see the OAuth 2.0 Overview.