# Get all assets **GET /data/assets/all** Retrieve all production assets with filtering and pagination. Supports advanced filtering by project, asset type, task status, and other criteria ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Query parameters - **project_id** () Filter assets by specific project - **asset_type_id** () Filter assets by asset type - **page** () Page number for pagination - **limit** () Number of assets per page ## Responses ### 200: List of 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)