---
title: "List persisted user edits for an app"
method: GET
path: "/context-documents/tree/{tree_id}/edits"
tags: ["Context Documents"]
---

# List persisted user edits for an app

`GET /context-documents/tree/{tree_id}/edits`

List all active edits (rename, content, delete) for the app.

Scoped to the tree only for URL consistency with other tree endpoints —
edits are app-scoped, so the same list is returned regardless of
which tree_id is passed (as long as it belongs to the app).

## Path parameters

- `tree_id` string, required

## Response `200`

Successful Response

- EditsListResponse
  - `edits` TreeEditResponse[], required
    - `id` integer, required
    - `path` string, required
    - `edit_kind` string, required
    - `original_path` string, nullable, required
    - `content` string, nullable, required
    - `llm_baseline` string, nullable, required
    - `reviewed_baseline` string, nullable, required
    - `weight` number, required
    - `age_days` number, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `author_user_id` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/hyperspell/apis/hyperspell-api.md) · [All operations](https://skmtc.net/hyperspell/apis/hyperspell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperspell/hyperspell-api/versions/5721acd588e6/schema)
