Method: anomalies.list
    
    
      
    
    
      
      透過集合功能整理內容
    
    
      
      你可以依據偏好儲存及分類內容。
    
  
    
  
      
    
  
  
  
  
  
  
    
    
    
    
    
    
      
      
      
      
        
          HTTP 要求
          GET https://playdeveloperreporting.googleapis.com/v1beta1/{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)。系統支援世界標準時間偏移量。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。 | 
              
                | 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。
        
      
    
  
  
  
  
 
  
    
      
      
    
    
      
    
    
  
       
    
    
      
    
  
  
  除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
  上次更新時間: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"]],["上次更新時間:2025-07-26 (世界標準時間)。"],[],["This document details how to list anomalies in datasets via an HTTP GET request to `https://playdeveloperreporting.googleapis.com/v1beta1/{parent=apps/*}/anomalies`.  The `parent` path parameter specifies the app.  Query parameters include `filter` for filtering anomalies by time, `pageSize` to control result quantity (max 100), and `pageToken` for pagination. The request body must be empty. The response returns a list of anomalies and a `nextPageToken` for further results. Authorization requires the `https://www.googleapis.com/auth/playdeveloperreporting` OAuth scope.\n"]]