---
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.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/revisions/fe2dff9fb04b/schema)
