---
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

---

[API](https://skmtc.net/decathlon/apis/idp-core-api.md) · [All operations](https://skmtc.net/decathlon/apis/idp-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decathlon/idp-core-api/versions/7e634c43bc1b/schema)
