- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the reports that reports.run can run. These reports include an ID, a description, and the list of columns that will be in the result.
Deprecated: Please use Export Channel Services data to BigQuery instead.
HTTP request
GET https://cloudchannel.googleapis.com/v1/{parent=accounts/*}/reports
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The resource name of the partner account to list available reports for. Parent uses the format: accounts/{account_id} | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 Optional. Requested page size of the report. The server might return fewer results than requested. If unspecified, returns 20 reports. The maximum value is 100. | 
| pageToken | 
 Optional. A token that specifies a page of results beyond the first page. Obtained through  | 
| languageCode | 
 Optional. The BCP-47 language code, such as "en-US". If specified, the response is localized to the corresponding language code if the original data sources support it. Default is "en-US". | 
Request body
The request body must be empty.
Response body
Response message for CloudChannelReportsService.ListReports.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "reports": [
    {
      object ( | 
| Fields | |
|---|---|
| reports[] | 
 The reports available to the partner. | 
| nextPageToken | 
 Pass this token to  | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/apps.reports.usage.readonly
For more information, see the Authentication Overview.