# Get project entity links **GET /data/projects/{project_id}/entity-links** Retrieve all entity links related to a specific project. Results can be paginated using page and limit query parameters. If you prefer a more accurate pagination, you can use cursor_created_at to get the next page. It's mainly used for synchronisation purpose. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** () Unique identifier of the project ### Query parameters - **page** () Page number for pagination - **limit** () Number of items per page - **cursor_created_at** () Cursor for pagination based on creation date ## Responses ### 200 Project entity links successfully retrieved #### Body: application/json (array[object]) - **id** (string(uuid)) Entity link unique identifier - **entity_in_id** (string(uuid)) Source entity identifier - **entity_out_id** (string(uuid)) Target entity identifier - **created_at** (string(date-time)) Creation timestamp [Powered by Bump.sh](https://bump.sh)