# Get linked entities **GET /data/entities/{entity_id}/entities-linked/with-tasks** Retrieve all entities that are linked to a specific entity along with their associated tasks. This includes related entities, dependencies, and hierarchical relationships. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **entity_id** () Unique identifier of the entity ## Responses ### 200 List of linked entities successfully retrieved #### Body: application/json (array[object]) - **id** (string(uuid)) Entity unique identifier - **name** (string) Entity name - **entity_type_id** (string(uuid)) Entity type identifier - **project_id** (string(uuid)) Project identifier - **parent_id** (string(uuid)) Parent entity identifier - **tasks** (array[object]) [Powered by Bump.sh](https://bump.sh)