AI-generated Key Takeaways
- 
          The API allows retrieval of a list of Reportobjects for a specified network.
- 
          The request uses an HTTP GET method with a specific URL structure including a required parentpath parameter.
- 
          Optional query parameters are available for controlling pagination, filtering, sorting, and skipping reports. 
- 
          The request body must be empty. 
- 
          The response body contains a list of Reportobjects and optional pagination details.
- 
          Authorization requires the https://www.googleapis.com/auth/admanagerOAuth scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
API to retrieve a list of Report objects.
HTTP request
GET https://admanager.googleapis.com/v1/{parent}/reports
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The parent, which owns this collection of reports. Format:  | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 Optional. The maximum number of  | 
| pageToken | 
 Optional. A page token, received from a previous  When paginating, all other parameters provided to  | 
| filter | 
 Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters | 
| orderBy | 
 Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order | 
| skip | 
 Optional. Number of individual resources to skip while paginating. | 
Request body
The request body must be empty.
Response body
Response object for ListReportsResponse containing matching Report objects.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "reports": [
    {
      object ( | 
| Fields | |
|---|---|
| reports[] | 
 The  | 
| nextPageToken | 
 A token, which can be sent as  | 
| totalSize | 
 Total number of  
 For more information, see https://developers.google.com/ad-manager/api/beta/field-masks | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/admanager
For more information, see the OAuth 2.0 Overview.