---
title: "Get entity by entity template and identifier"
method: GET
path: "/api/v1/entities/{templateIdentifier}/{entityIdentifier}"
tags: ["Entities Management"]
---

# Get entity by entity template and identifier

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

Retrieve a specific entity using its string identifier and its template identifier with configurable relationship graph traversal. Supports fetching both inbound and outbound relations up to a specified depth using direct lineage mode.

## Path parameters

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

## Query parameters

- `relations_depth` integer
- `relations_to_display` unknown[]
  - unknown

## Response `200`

Entity found

## Other responses

- `404` — Entity not found with the provided identifier

## Changes

- **2026-08-26** `e6f6d45eade3` — 1 warning, 1 info
  - removed the optional property `errorDescription` from the response with the `404` status
  - added the optional property `error_description` to the response with the `404` status
- **2026-08-06** `7e634c43bc1b` — 1 warning, 3 info
  - removed the optional property `relations_as_target` from the response with the `200` status
  - added the new optional `query` request parameter `relations_depth`
  - added the new optional `query` request parameter `relations_to_display`
  - added the optional property `relations/additionalProperties/items/template_identifier` to the response with the `200` status
- **2026-05-22** `a4579fa249ab` — 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/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)
