---
title: "POST /v1/cases/{caseId}/list-case-edits"
method: POST
path: "/v1/cases/{caseId}/list-case-edits"
---

# POST /v1/cases/{caseId}/list-case-edits

`POST /v1/cases/{caseId}/list-case-edits`

Views the case history for edits made to a designated case.

## Path parameters

- `caseId` string, required

## Request body

- object
  - `nextToken` string — An optional string that, if supplied, must be copied from the output of a previous call to ListCaseEdits. When provided in this manner, the API fetches the next page of results.
  - `maxResults` integer — Optional element to identify how many results to obtain. There is a maximum value of 25.

## Response `200`

Success

- ListCaseEditsResponse
  - `nextToken` string — An optional string that, if supplied on subsequent calls to ListCaseEdits, allows the API to fetch the next page of results.
  - `items` CaseEditItem[] — Response element for ListCaseEdits that includes the action, event timestamp, message, and principal for the response.
    - `eventTimestamp` string, date-time — <p/>
    - `principal` string — <p/>
    - `action` string — <p/>
    - `message` string — <p/>
  - `total` integer — Response element for ListCaseEdits that identifies the total number of edits.

## Other responses

- `480` — ServiceQuotaExceededException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — SecurityIncidentResponseNotActiveException
- `484` — InternalServerException
- `485` — ThrottlingException
- `486` — ConflictException
- `487` — ResourceNotFoundException
- `488` — InvalidTokenException

---

[API](https://skmtc.net/aws/apis/security-ir.md) · [All operations](https://skmtc.net/aws/apis/security-ir/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/security-ir/versions/e22a88ccce95/schema)
