# Get project asset types **GET /data/user/projects/{project_id}/asset-types** Retrieve asset types related to a specific project for the current user. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** (string(uuid)) Project unique identifier ## Responses ### 200: Asset types related to given project #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Asset type unique identifier - **name** (string) Asset type name - **short_name** (string) Asset type short name - **color** (string) Asset type color - **project_id** (string(uuid)) Project identifier - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)