# Get asset tasks **GET /data/assets/{asset_id}/tasks** Retrieve all tasks related to a specific asset. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **asset_id** () Unique identifier of the asset ### Query parameters - **task_type_id** () Filter tasks by task type - **task_status_id** () Filter tasks by task status ## Responses ### 200 List of asset tasks successfully retrieved #### Body: application/json (array[object]) - **id** (string(uuid)) Task unique identifier - **name** (string) Task name - **task_type_id** (string(uuid)) Task type identifier - **task_status_id** (string(uuid)) Task status identifier - **entity_id** (string(uuid)) Asset identifier - **assigned_to** (string(uuid)) Assigned user identifier - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)