Method: networks.reports.run
Stay organized with collections
Save and categorize content based on your preferences.
Initiates the execution of an existing report asynchronously. Users can get the report by polling this operation using OperationsService.GetOperation
. Poll every 5 seconds initially, with an exponential backoff. Once a report is complete, the operation will contain a RunReportResponse
in its response field containing a reportResult that can be passed to the FetchReportResultRows
method to retrieve the report data.
HTTP request
POST https://admanager.googleapis.com/v1/{name}:run
Path parameters
Parameters |
name |
string
Required. The report to run. Format: networks/{networkCode}/reports/{reportId}
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/admanager
For more information, see the OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-05 UTC.
[null,null,["Last updated 2025-09-05 UTC."],[],["This content outlines the process of asynchronously running a report via a POST request to `https://admanager.googleapis.com/v1/{name}:run`. The request requires a path parameter, `name`, specifying the report. The request body must be empty. Upon success, an `Operation` instance is returned, which can be polled via `OperationsService.GetOperation` every 5 seconds to monitor the report's completion. A completed report will have a `RunReportResponse`, which is used to retrieve data with `FetchReportResultRows`. Authorization requires the `https://www.googleapis.com/auth/admanager` OAuth scope.\n"],null,[]]