# Get project asset type assets **GET /data/projects/{project_id}/asset-types/{asset_type_id}/assets** Retrieve all assets of a specific type within a project. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** () Unique identifier of the project - **asset_type_id** () Unique identifier of the asset type #### Query parameters - **page** () Page number for pagination - **limit** () Number of assets per page ## Responses ### 200: List of project asset type assets successfully retrieved #### Body Parameters: application/json (array[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 - **project_name** (string) Project name - **asset_type_name** (string) Asset type name [Powered by Bump.sh](https://bump.sh)