[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[[["\u003cp\u003eLists all report tasks associated with a Google Analytics 4 property.\u003c/p\u003e\n"],["\u003cp\u003eAllows filtering by page size and using tokens for pagination to retrieve large lists.\u003c/p\u003e\n"],["\u003cp\u003eResponse includes a list of report tasks and a token for accessing the next page of results if available.\u003c/p\u003e\n"],["\u003cp\u003eRequires specific authorization scopes for access to Google Analytics data.\u003c/p\u003e\n"]]],["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"],null,[]]