- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Lists feedback reports. By default, sorts by createTime in descending order.
HTTP request
GET https://firebaseappdistribution.googleapis.com/v1/{parent=projects/*/apps/*/releases/*}/feedbackReports
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The name of the release resource, which is the parent of the feedback report resources. Format:  Authorization requires the following IAM permission on the specified resource  
  | 
              
Query parameters
| Parameters | |
|---|---|
page | 
                
                   
 The maximum number of feedback reports to return. The service may return fewer than this value. The valid range is [1-100]; If unspecified (0), at most 25 feedback reports are returned. Values above 100 are coerced to 100.  | 
              
page | 
                
                   
 A page token, received from a previous  When paginating, all other parameters provided to   | 
              
Request body
The request body must be empty.
Response body
The response message for feedbackReports.list.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "feedbackReports": [
    {
      object ( | 
                  
| Fields | |
|---|---|
feedback | 
                    
                       
 The feedback reports  | 
                  
next | 
                    
                       
 A short-lived token, which can be sent as   | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the OAuth 2.0 Overview.