Required. The name of the property to list BigQuery links under. Format: properties/{property_id} Example: properties/1234
Query parameters
Parameters
pageSize
integer
The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. 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 bigQueryLinks.list call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to bigQueryLinks.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for bigQueryLinks.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-01-14 UTC."],[[["Lists BigQuery Links associated with a Google Analytics 4 property."],["Allows you to specify the maximum number of links returned and use pagination for larger results."],["Provides details such as the link's configuration and associated property."],["Requires specific authorization scopes for access."]]],["This document details how to list BigQuery Links associated with a Google Analytics property. It uses a `GET` HTTP request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/bigQueryLinks`, where `parent` specifies the property. Optional query parameters include `pageSize` (max 200) and `pageToken` for pagination. The request body must be empty. The response is a JSON object containing a list of `bigQueryLinks` and an optional `nextPageToken` for further pagination. Access requires specific OAuth scopes, either `analytics.readonly` or `analytics.edit`.\n"]]