- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Lists the specified groups.
HTTP request
GET https://clouderrorreporting.googleapis.com/v1beta1/{projectName=projects/*}/groupStats
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
projectName | 
                
                   
 Required. The resource name of the Google Cloud Platform project. Written as  Examples:  For a list of supported locations, see Supported Regions.   | 
              
Query parameters
| Parameters | |
|---|---|
groupId[] | 
                
                   
 Optional. List all   | 
              
serviceFilter | 
                
                   
 Optional. List only   | 
              
timeRange | 
                
                   
 Optional. List data for the given time range. If not set, a default time range is used. The field   | 
              
timedCountDuration | 
                
                   
 Optional. The preferred duration for a single returned  A duration in seconds with up to nine fractional digits, ending with '  | 
              
alignment | 
                
                   
 Optional. The alignment of the timed counts to be returned. Default is   | 
              
alignmentTime | 
                
                   
 Optional. Time where the timed counts shall be aligned if rounded alignment is chosen. Default is 00:00 UTC. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
order | 
                
                   
 Optional. The sort order in which the results are returned. Default is   | 
              
pageSize | 
                
                   
 Optional. The maximum number of results to return per response. Default is 20.  | 
              
pageToken | 
                
                   
 Optional. A   | 
              
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListGroupStatsResponse.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/stackdriver-integration
For more information, see the Authentication Overview.