---
title: "Get session identity history"
method: GET
path: "/sessions/{sessionId}/identity-history"
tags: ["Session"]
---

# Get session identity history

`GET /sessions/{sessionId}/identity-history`

Get the identity-change history for a session: recorded mutations of
email / name / userId on this contact record, capped at the 100 most
recent entries and returned as `{ history: [...] }`. Stripped from
default session responses (see session.model.ts toJSON), so this is
the only path that returns it.

## Path parameters

- `sessionId` string, required

## Headers

- `project` string, required

## Response `200`

Ok

- object
  - `history` unknown, required

---

[API](https://skmtc.dev/gleap/apis/gleap-server.md) · [All operations](https://skmtc.dev/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc.dev/gleap/apis/gleap-server/revisions/0a92e15c9803?raw)
