Required. The resource name of the partner account to list available reports for. Parent uses the format: accounts/{account_id}
Query parameters
Parameters
pageSize
integer
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.
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".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-19 UTC."],[[["\u003cp\u003eThis page describes how to list available reports for a partner account using the \u003ccode\u003eGET https://cloudchannel.googleapis.com/v1alpha1/{parent=accounts/*}/reports\u003c/code\u003e HTTP request, which is deprecated and suggests migrating to the \u003ca href=\"https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery\"\u003eExport Channel Services data to BigQuery\u003c/a\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe required path parameter \u003ccode\u003eparent\u003c/code\u003e specifies the resource name of the partner account, formatted as \u003ccode\u003eaccounts/{account_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters include \u003ccode\u003epageSize\u003c/code\u003e to control the number of reports returned per page, \u003ccode\u003epageToken\u003c/code\u003e to retrieve subsequent pages, and \u003ccode\u003elanguageCode\u003c/code\u003e to specify the localization language of the response.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for listing reports must be empty, and a successful response contains a list of available reports and an optional \u003ccode\u003enextPageToken\u003c/code\u003e for pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe authorization to perform this action requires the \u003ccode\u003ehttps://www.googleapis.com/auth/apps.reports.usage.readonly\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.reports.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListReportsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\n| This item is deprecated!\nLists 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.\n\nDeprecated: Please use [Export Channel Services data to BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery) instead.\n\n### HTTP request\n\n`GET https://cloudchannel.googleapis.com/v1alpha1/{parent=accounts/*}/reports`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\n| This item is deprecated!\nResponse message for [CloudChannelReportsService.ListReports](/channel/docs/reference/rest/v1alpha1/accounts.reports/list#google.cloud.channel.v1alpha1.CloudChannelReportsService.ListReports).\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/apps.reports.usage.readonly`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]