---
title: "Incident Memory Detail Endpoint"
method: GET
path: "/v1/incident-memory/{incident_id}"
---

# Incident Memory Detail Endpoint

`GET /v1/incident-memory/{incident_id}`

## Path parameters

- `incident_id` string, required

## Response `200`

Successful Response

- IncidentMemoryGraphResponse
  - `incident` IncidentMemorySummary, required
    - `incident_id` string, required
    - `request_id` string, nullable
    - `endpoint` string, nullable
    - `family_id` string, nullable
    - `fingerprint` string, required
    - `detected` boolean, required
    - `type` string, nullable
    - `severity` string, nullable
    - `service` string, nullable
    - `source` string, nullable
    - `start_ts` string, nullable
    - `end_ts` string, nullable
    - `line_count_in` integer
    - `token_count_in` integer
    - `token_count_out` integer
    - `compression_ratio` number, nullable
    - `created_at` unknown
    - `affected_services` string[]
    - `root_cause_hypotheses` object[]
    - `evidence_preview` object[]
  - `capsule` object, required
  - `compact_text` string, nullable
  - `summary` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/codag/apis/infra-logs-templater.md) · [All operations](https://skmtc.net/codag/apis/infra-logs-templater/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/codag/infra-logs-templater/revisions/44d8ea826f48/schema)
