# Get working file **GET /data/working-files/{instance_id}** Retrieve a working file instance by its ID and return it as a JSON object. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **instance_id** (string(uuid)) ## Responses ### 200 Working file retrieved successfully #### Body: application/json (object) - **id** (string(uuid)) - **name** (string) - **task_id** (string(uuid)) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400 Invalid ID format or query error [Powered by Bump.sh](https://bump.sh)