# Get linked assets **GET /data/assets/{asset_id}/assets** Retrieve all assets that are linked to a specific asset through casting relationships ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **asset_id** () Unique identifier of the asset ## Responses ### 200: List of linked assets successfully retrieved #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Linked asset unique identifier - **name** (string) Linked asset name - **project_id** (string(uuid)) Project identifier - **entity_type_id** (string(uuid)) Asset type identifier [Powered by Bump.sh](https://bump.sh)