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

# Get entities by template identifier

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

Retrieve a paginated list of entities with optional sorting

## Path parameters

- `templateIdentifier` string, required

## Response `200`

Paginated entities retrieved successfully

## Other responses

- `400` — Invalid filter query syntax

## Changes

- **2026-08-26** `e6f6d45eade3` — 1 warning, 1 info
  - removed the optional property `errorDescription` from the response with the `400` status
  - added the optional property `error_description` to the response with the `400` status
- **2026-08-06** `7e634c43bc1b` — 1 warning, 1 info
  - removed the optional property `content/items/relations_as_target` from the response with the `200` status
  - added the optional property `content/items/relations/additionalProperties/items/template_identifier` to the response with the `200` status
- **2026-06-23** `e29b86a4899f` — 1 info
  - added the new optional `query` request parameter `q`
- **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/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)
