---
title: "Get status change history"
method: GET
path: "/api/cis/v1/identities/{id}/status-history"
tags: ["Identities"]
---

# Get status change history

`GET /api/cis/v1/identities/{id}/status-history`

## Path parameters

- `id` string, uuid, required

## Headers

- `x-tenant-id` string, required

## Response `200`

Status history

- object
  - `identityId` string, uuid
  - `entries` StatusHistoryEntry[]
    - `id` string, uuid
    - `fromStatus` string, nullable
    - `toStatus` 'PENDING' | 'ACTIVE' | 'IN_REVIEW' | 'DENIED' | 'BLOCKED' | 'FROZEN'
    - `comment` string, nullable
    - `actorId` string, nullable
    - `changedAt` string, date-time

---

[API](https://skmtc.net/stalela/apis/stalela-cis-customer-identity-service-api.md) · [All operations](https://skmtc.net/stalela/apis/stalela-cis-customer-identity-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stalela/stalela-cis-customer-identity-service-api/revisions/3065faad0b6b/schema)
