Searches all error issues in which reports have been grouped.
HTTP request
GET https://playdeveloperreporting.googleapis.com/v1alpha1/{parent=apps/*}/errorIssues:search
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Parent resource of the error issues, indicating the application for which they were received. Format: apps/{app} |
Query parameters
Parameters | |
---|---|
interval |
The date time interval to search error issues. Both start and end must be hour-aligned and use If set, only error issues with associated 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 error issues to return. The service may return fewer than this value. If unspecified, at most 50 error issues will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
pageToken |
A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to the request must match the call that provided the page token. |
filter |
A selection predicate to retrieve only a subset of the issues. Counts in the returned error issues will only reflect occurrences that matched the filter. For filtering basics, please check AIP-160. ** Supported field names:**
** Supported operators:**
The ** Examples ** Some valid filtering expressions: * |
orderBy |
Specifies a field that will be used to order the results. ** Supported dimensions:**
** Supported operations:**
Format: A field and an operation, e.g., Note: currently only one field is supported at a time. |
sampleErrorReportLimit |
Optional. Number of sample error reports to return per ErrorIssue. If unspecified, 0 will be used. Note: currently only 0 and 1 are supported. |
Request body
The request body must be empty.
Response body
Response with a paginated list of issues that matched the request.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"errorIssues": [
{
object ( |
Fields | |
---|---|
errorIssues[] |
ErrorIssues that were found. |
nextPageToken |
Continuation token to fetch the next page of data. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/playdeveloperreporting
For more information, see the OAuth 2.0 Overview.