Recupera i metadati del report su una specifica attività di report. Dopo aver creato un'attività di report, utilizza questo metodo per verificarne lo stato di elaborazione o esaminarne la definizione.
Richiesta HTTP
GET https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/reportTasks/*}
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-26 UTC."],[[["Retrieves metadata for a specific report task within Google Analytics."],["Provides status updates on the processing state and insights into the report's structure."],["Requires specifying the report task's resource name using a formatted path."],["Utilizes the `GET` HTTP method and may require authorization for data access."],["Returns a detailed report task object upon successful execution."]]],["The core content describes retrieving report metadata for a specific report task using a `GET` request to `https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/reportTasks/*}`. The `name` path parameter, formatted as `properties/{property}/reportTasks/{reportTask}`, is required. The request body must be empty. A successful response returns a `ReportTask` instance. This action requires either `https://www.googleapis.com/auth/analytics.readonly` or `https://www.googleapis.com/auth/analytics` authorization scope. The provided URL use gRPC Transcoding syntax.\n"]]