Searches all error reports received for an app.
HTTP request
GET https://playdeveloperreporting.googleapis.com/v1beta1/{parent=apps/*}/errorReports:search
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Parent resource of the reports, indicating the application for which they were received. Format: apps/{app} |
Query parameters
Parameters | |
---|---|
interval |
The date time interval to search error reports. Both start and end must be hour-aligned and use If set, only error reports that occurred in the interval will be returned. If unspecified, the default interval of the last 24 hours will be used. |
pageSize |
The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 50 reports will be returned. The maximum value is 100; values above 100 will be coerced to 100. |
pageToken |
A page token, received from a previous When paginating, all other parameters provided to |
filter |
A selection predicate to retrieve only a subset of the reports. For filtering basics, please check AIP-160. ** Supported field names:**
** Supported operators:**
The ** Examples ** Some valid filtering expressions: * |
Request body
The request body must be empty.
Response body
Response with a paginated list of error reports matching the search query.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"errorReports": [
{
object ( |
Fields | |
---|---|
errorReports[] |
Error reports that were found. |
nextPageToken |
Page token to fetch the next page of reports. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/playdeveloperreporting
For more information, see the OAuth 2.0 Overview.