---
title: "get claim state histories"
method: GET
path: "/api/v{version}/claims/{id}/state-histories"
tags: ["claims"]
---

# get claim state histories

`GET /api/v{version}/claims/{id}/state-histories`

get claim state histories

## Path parameters

- `version` string, required
- `id` string, uuid, required

## Headers

- `X-Tenant` string, required

## Response `200`

OK

- ClaimStateHistoryDto[]
  - `previousState` ClaimStateDto
    - `id` string, uuid
    - `name` string, nullable
    - `description` string, nullable
    - `isLocked` boolean, nullable
  - `newState` ClaimStateDto
    - `id` string, uuid
    - `name` string, nullable
    - `description` string, nullable
    - `isLocked` boolean, nullable
  - `modifiedBy` UserSnapshot
    - `id` string, uuid
    - `fullName` string, nullable
  - `createdAt` string, date-time
  - `comment` string, nullable

---

[API](https://skmtc.net/zrexpress/apis/zrexpress-api.md) · [All operations](https://skmtc.net/zrexpress/apis/zrexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zrexpress/zrexpress-api/revisions/99b075e0b641/schema)
