The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
pageToken
string
A page token, received from a previous dataStreams.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to dataStreams.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for dataStreams.list RPC.
If successful, the response body contains data with the following structure:
[[["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 2025-04-02 UTC."],[[["\u003cp\u003eLists all DataStreams associated with a specific Google Analytics 4 property.\u003c/p\u003e\n"],["\u003cp\u003eAllows pagination to retrieve large numbers of DataStreams using \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e parameters.\u003c/p\u003e\n"],["\u003cp\u003eResponse includes a list of DataStreams and a token for retrieving subsequent pages, if available.\u003c/p\u003e\n"],["\u003cp\u003eRequires \u003ccode\u003eanalytics.readonly\u003c/code\u003e or \u003ccode\u003eanalytics.edit\u003c/code\u003e authorization scopes for access.\u003c/p\u003e\n"],["\u003cp\u003eEmploys a standard HTTP GET request with path and query parameters for resource identification and filtering.\u003c/p\u003e\n"]]],["This document details how to list DataStreams within a property using the Google Analytics Admin API. The `GET` request targets a specific property via the URL path parameter `parent`. Optional query parameters `pageSize` (max 200) and `pageToken` enable pagination. The request body must be empty. The successful response includes an array of `dataStreams` and a `nextPageToken` for retrieving further results. Authorization requires either `analytics.readonly` or `analytics.edit` OAuth scopes.\n"],null,[]]