---
title: "Event log for a conflict"
method: GET
path: "/context-documents/conflicts/{conflict_id}/history"
tags: ["Context Documents"]
---

# Event log for a conflict

`GET /context-documents/conflicts/{conflict_id}/history`

## Path parameters

- `conflict_id` integer, required

## Response `200`

Successful Response

- ConflictEventResponse[]
  - `id` integer, required
  - `actor_user_id` string, nullable, required
  - `action` string, required
  - `note` string, nullable, required
  - `created_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/revisions/5721acd588e6/schema)
