Skip to content

Files

Get details of a file by Id

Request

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.

Security
bearerAuth
Path
fileIdinteger, (int64), >= 1required

ID of the File

Example:1
Query
isRemoteboolean

if true, fetch results of corresponding remote file

Default:false
curl -i -X GET \
  'https://codeinsightapi.redocly.app/_mock/swagger/files/1?isRemote=false' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK