# Get entity working files **GET /data/entities/{entity_id}/working-files** Retrieve all working files for a given entity with optional filtering by task and name. Returns complete list of working files with their revisions. ## 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 - **task_id** (string(uuid)) Filter by task - **name** (string) Filter by file name ## Responses ### 200: All working files for the entity #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Working file unique identifier - **name** (string) Working file name - **revision** (integer) Working file revision - **path** (string) Working file path - **updated_at** (string(date-time)) Last update timestamp - **task_id** (string(uuid)) Task identifier - **entity_id** (string(uuid)) Entity identifier [Powered by Bump.sh](https://bump.sh)