# Get entity link **GET /data/entity-links/{instance_id}** Retrieve an entity link by its ID and return it as a JSON object. Supports including relations. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **instance_id** (string(uuid)) #### Query parameters - **relations** (boolean) Whether to include relations ## Responses ### 200: Entity link retrieved successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) - **entity_in_id** (string(uuid)) - **entity_out_id** (string(uuid)) - **nb_occurences** (integer) - **label** (string) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400: Invalid ID format or query error [Powered by Bump.sh](https://bump.sh)