# Get file information **GET /data/files/{file_id}** Retrieve information about a file that could be either a working file or an output file. Returns detailed file metadata and properties. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **file_id** (string(uuid)) File unique identifier ## Responses ### 200: File information retrieved successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) File unique identifier - **name** (string) File name - **path** (string) File path - **revision** (integer) File revision - **updated_at** (string(date-time)) Last update timestamp - **task_id** (string(uuid)) Task identifier (for working files) - **entity_id** (string(uuid)) Entity identifier (for output files) [Powered by Bump.sh](https://bump.sh)