# Get asset **GET /data/assets/{asset_id}** Retrieve detailed information about a specific asset including metadata, project context, and related data ## 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 Asset information successfully retrieved #### Body: application/json (object) - **id** (string(uuid)) Asset unique identifier - **name** (string) Asset name - **project_id** (string(uuid)) Project identifier - **entity_type_id** (string(uuid)) Asset type identifier - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)