# Get entity output files **GET /data/entities/{entity_id}/output-files** Retrieve all output files for a given entity with optional filtering by output type, task type, representation, file status, and name. ## 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 - **file_status_id** (string(uuid)) Filter by file status - **representation** (string) Filter by representation - **name** (string) Filter by file name ## Responses ### 200: All output files for the entity #### Body Parameters: 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)