---
title: "List exception comments"
method: GET
path: "/v1/exceptions/{exceptionId}/comments"
tags: ["Exception"]
---

# List exception comments

`GET /v1/exceptions/{exceptionId}/comments`

Use this endpoint to retrieve all comments for a specific exception. Comments provide an audit trail of team discussions and decisions.

## Path parameters

- `exceptionId` string, required

## Headers

- `X-Request-Id` string

## Response `200`

List of comments for the exception

- ListCommentsResponse — List of comments for an exception
  - `items` CommentResponse[]
    - `id` string — Unique identifier of the comment
    - `exceptionId` string — The exception this comment belongs to
    - `author` string — Author of the comment
    - `content` string — Comment text content
    - `createdAt` string, date-time — Timestamp when the comment was created
    - `updatedAt` string, date-time — Timestamp when the comment was last updated

## Other responses

- `400` — The request contains invalid parameters or payload.
- `401` — The request lacks valid authentication credentials.
- `403` — You do not have permission to access this resource.
- `404` — Exception not found
- `500` — An unexpected error occurred on the server.

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
