# Get project asset types **GET /data/projects/{project_id}/asset-types** Retrieve all asset types available for 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 project asset types successfully retrieved #### Body: application/json (array[object]) - **id** (string(uuid)) Asset type unique identifier - **name** (string) Asset type name - **project_id** (string(uuid)) Project identifier [Powered by Bump.sh](https://bump.sh)