# Get instance output types **GET /data/asset-instances/{asset_instance_id}/entities/{temporal_entity_id}/output-types** Retrieve all types of output files generated for a given asset instance and temporal entity. Returns list of output types available for the instance. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **asset_instance_id** (string(uuid)) Asset instance unique identifier - **temporal_entity_id** (string(uuid)) Temporal entity unique identifier ## Responses ### 200: All types of output files generated for the instance #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Output type unique identifier - **name** (string) Output type name - **short_name** (string) Output type short name - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)