# Get project assets **GET /data/user/projects/{project_id}/asset-types/{asset_type_id}/assets** Retrieve assets of a specific type within a project matching the asset type in the given project if the user has access. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** (string(uuid)) Project unique identifier - **asset_type_id** (string(uuid)) Asset type unique identifier ## Responses ### 200 Assets of given type in the specified project #### Body: application/json (array[object]) - **id** (string(uuid)) Asset unique identifier - **name** (string) Asset name - **description** (string) Asset description - **asset_type_id** (string(uuid)) Asset type identifier - **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)