# Get shared assets used in project **GET /data/projects/{project_id}/assets/shared-used** Retrieve all shared assets that are used in a specific project. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** () Unique identifier of the project ## Responses ### 200: List of shared assets used in project successfully retrieved #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Asset unique identifier - **name** (string) Asset name - **project_id** (string(uuid)) Original project identifier - **entity_type_id** (string(uuid)) Asset type identifier - **is_shared** (boolean) Whether the asset is shared [Powered by Bump.sh](https://bump.sh)