ga4_properties_list
List GA4 properties under a parent account, returning full property details including display name, time zone, currency, industry, and service level.
Instructions
List GA4 properties under a given parent account. Returns full property records (display name, time zone, currency, industry, service level). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | Parent GA4 account ID, e.g. "123456" or "accounts/123456". | |
| showDeleted | No | Include soft-deleted (trashed) properties in the results. | |
| pageToken | No | Continuation token to resume listing from a previous truncated result. | |
| maxPages | No | Maximum number of API pages to fetch (default 50). If more pages remain, the result includes truncated:true and a nextPageToken. |