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 endpoint is for listing reports available to a partner account, accessible via a \u003ccode\u003eGET\u003c/code\u003e request to the provided URL.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter is required, specifying the partner account's resource name in the format \u003ccode\u003eaccounts/{account_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003elanguageCode\u003c/code\u003e allow for pagination, continuation, and language specification, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and a successful response includes a list of available reports and a \u003ccode\u003enextPageToken\u003c/code\u003e for retrieving subsequent pages of results.\u003c/p\u003e\n"],["\u003cp\u003eThis endpoint is deprecated, and users are advised to use the "Export Channel Services data to BigQuery" method instead.\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/v1/{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/v1/accounts.reports/list#google.cloud.channel.v1.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)."]]