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

# Get exception history

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

Use this endpoint to retrieve the audit history for an exception. The history shows all actions taken on the exception.

## Path parameters

- `exceptionId` string, required

## Query parameters

- `cursor` string
- `limit` integer

## Headers

- `X-Request-Id` string

## Response `200`

Indicates that the request was successful and the response contains the expected data.

- HistoryResponse — Audit history
  - `hasMore` boolean
  - `items` HistoryEntryResponse[] — List of history entries
    - `action` string — Action that was performed
    - `actorId` string — User who performed the action
    - `changes` unknown
    - `createdAt` string — When the action occurred in RFC3339 format
    - `id` string — Unique identifier for the history entry
  - `limit` integer
  - `nextCursor` string
  - `prevCursor` string

## 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` — The requested resource was 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)
