---
title: "POST /v1beta/{+account}:searchChangeHistoryEvents"
method: POST
path: "/v1beta/{+account}:searchChangeHistoryEvents"
tags: ["accounts"]
---

# POST /v1beta/{+account}:searchChangeHistoryEvents

`POST /v1beta/{+account}:searchChangeHistoryEvents`

Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes.

## Path parameters

- `account` string, required

## Request body

- GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest — Request message for SearchChangeHistoryEvents RPC.
  - `resourceType` string[] — Optional. If set, only return changes if they are for a resource that matches at least one of these types.
  - `actorEmail` string[] — Optional. If set, only return changes if they are made by a user in this list.
  - `property` string — Optional. Resource name for a child property. If set, only return changes made to this property or its child resources. Format: properties/{propertyId} Example: `properties/100`
  - `pageSize` integer — Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum). Note that the service may return a page with fewer items than this value specifies (potentially even zero), and that there still may be additional pages. If you want a particular number of items, you'll need to continue requesting additional pages using `page_token` until you get the needed number.
  - `pageToken` string — Optional. A page token, received from a previous `SearchChangeHistoryEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchChangeHistoryEvents` must match the call that provided the page token.
  - `action` string[] — Optional. If set, only return changes that match one or more of these types of actions.
  - `earliestChangeTime` string, google-datetime — Optional. If set, only return changes made after this time (inclusive).
  - `latestChangeTime` string, google-datetime — Optional. If set, only return changes made before this time (inclusive).

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/analyticsadmin.md) · [All operations](https://skmtc.dev/google/apis/analyticsadmin/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/analyticsadmin/revisions/ec5f6df9b9a2/schema)
