# Get entity output type files **GET /data/entities/{entity_id}/output-types/{output_type_id}/output-files** Retrieve all output files for a given entity and output type. Optionally filter by representation. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **entity_id** (string(uuid)) Entity unique identifier - **output_type_id** (string(uuid)) Output type unique identifier ### Query parameters - **representation** (string) Filter by representation ## Responses ### 200 All output files for the entity and output type #### Body: application/json (array[object]) - **id** (string(uuid)) Output file unique identifier - **name** (string) Output file name - **revision** (integer) Output file revision - **path** (string) Output file path - **updated_at** (string(date-time)) Last update timestamp - **entity_id** (string(uuid)) Entity identifier [Powered by Bump.sh](https://bump.sh)