# Show file data Endpoint: GET /files/{id} Version: v1 Security: http ## Path parameters: - `id` (integer, required) The ID of the file to be retrieved. ## Response 200 fields (application/json): - `id` (string, required) - `file_name` (string, required) - `mime_type` (string, required) - `size` (integer, required) File size in bytes - `entity_id` (string, required) ID of the entity that the file belongs to - `entity_type` (string, required) Type of the entity that the file belongs to - `created_at` (string, required) ## Response 401 fields (application/json): - `message` (string, required) Error overview.