AI-generated Key Takeaways
- 
          
This page describes how to list
ClaimReviewmarkup pages for a specific URL or organization. - 
          
The request uses a
GETHTTP method to the endpointhttps://factchecktools.googleapis.com/v1alpha1/pages. - 
          
You can specify either a
urlor anorganizationas a query parameter to filter the results. - 
          
The response body contains a list of
ClaimReviewMarkupPageobjects and anextPageTokenfor pagination. - 
          
Accessing this functionality requires the
https://www.googleapis.com/auth/factchecktoolsOAuth scope. 
List the ClaimReview markup pages for a specific URL or for an organization.
HTTP request
GET https://factchecktools.googleapis.com/v1alpha1/pages
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
url | 
                
                   
 The URL from which to get   | 
              
organization | 
                
                   
 The organization for which we want to fetch markups for. For instance, "site.com". Cannot be specified along with an URL.  | 
              
pageSize | 
                
                   
 The pagination size. We will return up to that many results. Defaults to 10 if not set. Has no effect if a URL is requested.  | 
              
pageToken | 
                
                   
 The pagination token. You may provide the   | 
              
offset | 
                
                   
 An integer that specifies the current offset (that is, starting result location) in search results. This field is only considered if   | 
              
Request body
The request body must be empty.
Response body
Response from listing ClaimReview markup.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "claimReviewMarkupPages": [
    {
      object ( | 
                  
| Fields | |
|---|---|
claimReviewMarkupPages[] | 
                    
                       
 The result list of pages of   | 
                  
nextPageToken | 
                    
                       
 The next pagination token in the Search response. It should be used as the   | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/factchecktools