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

# Incident Memory Raw Endpoint

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

## Path parameters

- `incident_id` string, required

## Response `200`

Successful Response

- IncidentRawLogsResponse — Exact original input lines for an incident (admin on-demand viewer).
  - `incident_id` string, required
  - `available` boolean
  - `lines` string[]
  - `line_count` integer
  - `truncated` boolean

## 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/versions/a2c84c9154da/schema)
