# Files ## Get details of a file by Id - [GET /files/{fileId}](https://codeinsightapi.redocly.app/swagger/files/getfiledetails.md): 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. ## Mark file reviewed/unreviewed - [PUT /files/{fileId}/review](https://codeinsightapi.redocly.app/swagger/files/updatefilereview.md): For the given fileId mark as reviewed/unreviewed. Only the Analyst has the permission to do this operation.