# Get assets with tasks **GET /data/assets/with-tasks** Retrieve all production assets with their related tasks. Includes project name, asset type name, and all associated tasks. Supports filtering by episode ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Query parameters - **project_id** () Filter assets by specific project - **episode_id** () Filter assets by episode (returns assets not linked to episode and assets linked to given episode) - **asset_type_id** () Filter assets by asset type ## Responses ### 200: List of assets with tasks 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 - **tasks** (array[object]) Array of related tasks [Powered by Bump.sh](https://bump.sh)