Method: anomalies.list
    
    
      
    
    
      
      使用集合让一切井井有条
    
    
      
      根据您的偏好保存内容并对其进行分类。
    
  
    
  
      
    
  
  
  
  
  
  
    
    
    
    
    
    
      
      
      
      
        
          HTTP 请求
          GET https://playdeveloperreporting.googleapis.com/v1alpha1/{parent=apps/*}/anomalies
网址采用 gRPC 转码语法。
        
        
          路径参数
          
            
              
              
            
            
              
                | 参数 | 
            
            
              
                | parent | string
 必需。检测到异常的父应用。 格式:apps/{app} | 
            
          
        
        
          查询参数
          
            
              
              
            
            
              
                | 参数 | 
            
            
              
                | filter | string
 异常值的过滤条件。如需查看基本过滤指南,请访问:https://google.aip.dev/160。 支持的函数: 
                    activeBetween(startTime, endTime):如果指定,则仅列出在startTime(含)和endTime(不含)之间处于有效状态的异常。这两个参数都应采用 RFC-3339 格式的字符串(例如2012-04-21T11:30:00-04:00)。系统支持 UTC 偏移量。startTime和endTime都接受特殊值UNBOUNDED,分别表示没有下限或上限的区间。示例:
                      activeBetween("2021-04-21T11:30:00Z", "2021-07-21T00:00:00Z")activeBetween(UNBOUNDED, "2021-11-21T00:00:00-04:00")activeBetween("2021-07-21T00:00:00-04:00", UNBOUNDED) | 
              
                | pageSize | integer
 返回的数据的大小上限。如果未指定,则最多返回 10 个异常。最大值为 100;高于 100 的值将被强制转换为 100。 | 
              
                | pageToken | string
 从之前的 ListErrorReports调用接收的页面令牌。利用其进行后续页面检索。 进行分页时,提供给 ListErrorReports的所有其他参数必须与提供页面令牌的调用匹配。 | 
            
          
        
        
        
          响应正文
          
            
              包含数据集中的异常列表的响应。
              如果成功,响应正文将包含结构如下的数据:
            
            
              
                
                  
                    | JSON 表示法 | 
                
                
                  
                    | {
  "anomalies": [
    {
      object (Anomaly)
    }
  ],
  "nextPageToken": string
} | 
                
              
            
            
              
                
                  
                  
                
                
                  
                    | 字段 | 
                
                
                  
                    | anomalies[] | object (Anomaly)
 发现的异常。 | 
                  
                    | nextPageToken | string
 用于获取下一页数据的延续令牌。 | 
                
              
            
          
        
        
          授权范围
          需要以下 OAuth 范围:
          
            - https://www.googleapis.com/auth/playdeveloperreporting
如需了解详情,请参阅 OAuth 2.0 Overview。
        
      
    
  
  
  
  
 
  
    
      
      
    
    
      
    
    
  
       
    
    
      
    
  
  
  如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
  最后更新时间 (UTC):2025-07-26。
  
  
  
    
      [[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-26。"],[],["This outlines how to list anomalies in datasets via an HTTP GET request to `https://playdeveloperreporting.googleapis.com/v1alpha1/{parent=apps/*}/anomalies`. The `parent` path parameter, indicating the app, is required.  Optional query parameters include `filter` (for time-based anomaly filtering), `pageSize` (limiting results), and `pageToken` (for pagination). The request body must be empty. The response body includes a list of anomalies and a `nextPageToken` for further results. Authorization requires the `playdeveloperreporting` OAuth scope.\n"]]