# Get details of a file by Id Get file details of a given fileId. If the remote flag is true, it'll fetch the corresponding remote file info, otherwise by default the flag is false and scanner file information will be shown. Endpoint: GET /files/{fileId} Version: v1 Security: bearerAuth ## Path parameters: - `fileId` (integer, required) ID of the File Example: 1 ## Query parameters: - `isRemote` (boolean) if true, fetch results of corresponding remote file ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 500 fields