Skip to content

Fetch all scanned files for a project

Request

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

ID of the Project

Example:1
Query
includeMD5Hashstring, (boolean)

if true, display MD5 of the files

Default:"false"
includeSHA1Hashstring, (boolean)

if true, display SHA1 of the files

Default:"false"
offsetinteger, (int64), >= 1

Index of the page to start with

Default:1
limitinteger, (int64), >= 1

Number Of Records to fetch

Default:25
curl -i -X GET \
  'https://codeinsightapi.redocly.app/_mock/swagger/projects/1/allscannedfiles?includeMD5Hash=false&includeSHA1Hash=false&offset=1&limit=25' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK