# Get entity output types **GET /data/entities/{entity_id}/output-types** Retrieve all types of output files generated for a given entity. Returns list of output types available for the entity. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **entity_id** (string(uuid)) Entity unique identifier ## Responses ### 200 All types of output files generated for the entity #### Body: 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)