Entities Management
Get entity by entity template and identifier
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.
get/api/v1/entities/{templateIdentifier}/{entityIdentifier}
Path parameters
templateIdentifierstring required
entityIdentifierstring required
Query parameters
relations_depthinteger
Maximum depth to traverse when collecting entity relations. Defaults to 1. Valid range: 1-6.
Comma-separated list of relation names to filter the response. Only relations that form a connected chain from the root entity are included. Isolated relations (not reachable from the root) are excluded even if listed. When omitted, all reachable relations are included.
Response
Entity found