# Fetch all scanned files for a project Endpoint: GET /projects/{projectId}/allscannedfiles Version: v1 Security: bearerAuth ## Path parameters: - `projectId` (integer, required) ID of the Project Example: 1 ## Query parameters: - `includeMD5Hash` (string) if true, display MD5 of the files - `includeSHA1Hash` (string) if true, display SHA1 of the files - `offset` (integer) Index of the page to start with - `limit` (integer) Number Of Records to fetch ## Response 200 fields ## Response 401 fields ## Response 404 fields ## Response 500 fields