AI-generated Key Takeaways
- 
          Searches for Apps accessible by the user via a GET request. 
- 
          Request parameters include pageSizeto limit the maximum number of apps returned andpageTokenfor pagination.
- 
          The response body contains a list of accessible apps and a token for retrieving subsequent pages, if available. 
- 
          Requires authorization with the https://www.googleapis.com/auth/playdeveloperreportingscope.
Searches for Apps accessible by the user.
HTTP request
GET https://playdeveloperreporting.googleapis.com/v1alpha1/apps:search
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 The maximum number of apps to return. The service may return fewer than this value. If unspecified, at most 50 apps will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. | 
| pageToken | 
 A page token, received from a previous  | 
Request body
The request body must be empty.
Response body
Response message for apps.search.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "apps": [
    {
      object ( | 
| Fields | |
|---|---|
| apps[] | 
 The apps accessible to the user calling the endpoint. | 
| nextPageToken | 
 A token, which can be sent as  | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/playdeveloperreporting
For more information, see the OAuth 2.0 Overview.