# Get last entity output files **GET /data/entities/{entity_id}/output-files/last-revisions** Retrieve the last revisions of output files for a given entity grouped by output type and file name. Returns the most recent version of each output file. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **entity_id** (string(uuid)) Entity unique identifier #### Query parameters - **output_type_id** (string(uuid)) Filter by output type - **task_type_id** (string(uuid)) Filter by task type - **representation** (string) Filter by representation - **file_status_id** (string(uuid)) Filter by file status - **name** (string) Filter by file name ## Responses ### 200: Last revisions of output files grouped by output type and file name #### Body Parameters: application/json (object) - ***** (object) [Powered by Bump.sh](https://bump.sh)