---
title: "List conflicts for the authenticated app"
method: GET
path: "/context-documents/conflicts"
tags: ["Context Documents"]
---

# List conflicts for the authenticated app

`GET /context-documents/conflicts`

List conflicts for the current app. Optional filters: tree_id (public slug), status.

## Query parameters

- `tree_id` string, nullable
- `status` string, nullable

## Response `200`

Successful Response

- ConflictResponse[]
  - `id` integer, required
  - `tree_id` integer, required
  - `canonical_path` string, required
  - `derived_path` string, required
  - `summary` string, required
  - `canonical_excerpt` string, required
  - `derived_excerpt` string, required
  - `canonical_content` string, nullable
  - `derived_content` string, nullable
  - `sources` ConflictSource[], required
    - `type` string, required
    - `title` string, required
    - `url` string, nullable
    - `chunk_id` string, nullable
    - `excerpt` string
  - `status` string, required
  - `rationale` string, nullable, required
  - `decided_by` string, nullable, required
  - `decided_at` string, date-time, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, 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)
