---
title: "Get entity audit history"
method: GET
path: "/api/v1/audit/entities/{templateIdentifier}/{entityIdentifier}"
tags: ["Audit"]
---

# Get entity audit history

`GET /api/v1/audit/entities/{templateIdentifier}/{entityIdentifier}`

Retrieve the complete audit history for a specific entity, including all revisions with timestamps and modification types

## Path parameters

- `templateIdentifier` string, required
- `entityIdentifier` string, required

## Response `200`

Successfully retrieved entity audit history

## Other responses

- `400` — Invalid template or entity identifier
- `401` — Unauthorized - Missing or invalid token
- `403` — Insufficient rights
- `404` — Template not found with the provided identifier or Entity not found with the provided identifier
- `500` — Unexpected server-side failure

## Changes

- **2026-08-26** `e6f6d45eade3` — 3 warning, 3 info
  - removed the optional property `errorDescription` from the response with the `400` status
  - removed the optional property `errorDescription` from the response with the `404` status
  - removed the optional property `errorDescription` from the response with the `500` status
  - added the optional property `error_description` to the response with the `400` status
  - …2 more
- **2026-07-16** `584ac64069cc` — 6 warning
  - removed the optional property `items/snapshot/id` from the response with the `200` status
  - removed the optional property `items/snapshot/modified_flags` from the response with the `200` status
  - removed the optional property `items/snapshot/properties/items/id` from the response with the `200` status
  - removed the optional property `items/snapshot/properties/items/modified_flags` from the response with the `200` status
  - …2 more
- **2026-07-13** `45d8c0a919ce` — 1 info
  - endpoint added
- **2026-04-08** `88fc145b6397` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/decathlon/apis/idp-core-api/changes/api/v1/audit/entities/:templateIdentifier/:entityIdentifier/get.md)

---

[API](https://skmtc.dev/decathlon/apis/idp-core-api.md) · [All operations](https://skmtc.dev/decathlon/apis/idp-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decathlon/idp-core-api/revisions/5081d87614ba/schema)
