- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization Scopes
 - Try it!
 
List the Release values for a project. This list may optionally be filtered by Release name, Ruleset name, TestSuite name, or any combination thereof.
HTTP request
GET https://firebaserules.googleapis.com/v1/{name=projects/*}/releases
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name | 
                
                   
 Required. Resource name for the project. Format:   | 
              
Query parameters
| Parameters | |
|---|---|
filter | 
                
                   
 
 Example 1: A filter of 'name=prod*' might return  Name -> Ruleset Name: 
 Example 2: A filter of  Name -> Ruleset Name: 
 In the examples, the filter parameters refer to the search filters are relative to the project. Fully qualified prefixed may also be used.  | 
              
pageSize | 
                
                   
 Page size to load. Maximum of 100. Defaults to 10. Note:   | 
              
pageToken | 
                
                   
 Next page token for the next batch of   | 
              
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
The response for FirebaseRulesService.ListReleases.
| JSON representation | |
|---|---|
{
  "releases": [
    {
      object ( | 
                  |
| Fields | |
|---|---|
releases[] | 
                    
                       
 List of   | 
                  
nextPageToken | 
                    
                       
 The pagination token to retrieve the next page of results. If the value is empty, no further results remain.  | 
                  
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/firebasehttps://www.googleapis.com/auth/firebase.readonly
For more information, see the Authentication Overview.