[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-11-22 (UTC)"],[[["Lists all report tasks associated with a Google Analytics 4 property."],["Allows filtering by page size and using tokens for pagination to retrieve large lists."],["Response includes a list of report tasks and a token for accessing the next page of results if available."],["Requires specific authorization scopes for access to Google Analytics data."]]],["This document details how to list report tasks for a specific property using the Google Analytics Data API. It uses a `GET` request to the endpoint: `https://analyticsdata.googleapis.com/v1alpha/{parent=properties/*}/reportTasks`. The `parent` path parameter, representing the property, is required. Optional query parameters include `pageSize` for limiting results and `pageToken` for pagination. The request body must be empty. The successful response includes a list of `reportTasks` and an optional `nextPageToken` for retrieving further pages. The method requires either `analytics.readonly` or `analytics` OAuth scopes.\n"]]