---
title: "Read Tree Changes"
method: GET
path: "/trees/{tid}/changes"
tags: ["Change History"]
---

# Read Tree Changes

`GET /trees/{tid}/changes`

This operation retrieves the list of changes in a user tree. The list is returned as a Feed of Entry elements. Each Entry contains a ChangeInfo element.

## Path parameters

- `tid` string, required

## Query parameters

- `from` string
- `timestamp` string

## Headers

- `Accept` 'application/x-gedcomx-atom+json' | 'application/json', required

## Response `200`

The read was successful.

## Other responses

- `204` — Upon a successful read with an empty change history.
- `429` — The request was throttled.

---

[API](https://skmtc.net/familysearch/apis/authentication-endpoints.md) · [All operations](https://skmtc.net/familysearch/apis/authentication-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/familysearch/authentication-endpoints/revisions/2b5020574a62/schema)
