Lists service operations that match the specified filter in the request.
HTTP request
GET https://servicemanagement.googleapis.com/v1/operations
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
name | 
                
                   
 Not used.  | 
              
filter | 
                
                   
 A string for filtering  
 Filter expression supports conjunction (AND) and disjunction (OR) logical operators. However, the serviceName restriction must be at the top-level and can only be combined with other restrictions via the AND logical operator. Examples: 
  | 
              
pageSize | 
                
                   
 The maximum number of operations to return. If unspecified, defaults to 50. The maximum value is 100.  | 
              
pageToken | 
                
                   
 The standard list page token.  | 
              
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
The response message for Operations.ListOperations.
| JSON representation | 
|---|
{
  "operations": [
    {
      object ( | 
                  
| Fields | |
|---|---|
operations[] | 
                    
                       
 A list of operations that matches the specified filter in the request.  | 
                  
nextPageToken | 
                    
                       
 The standard List next-page token.  | 
                  
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/service.managementhttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.