# Return All Hits Of Searches Linked To A Profile Return hits of the searches linked to a profile. Endpoint: GET /compliance/kyc-protect/profiles/{profileId}/hits Version: 1.10.9 Security: bearerToken ## Path parameters: - `profileId` (string, required) Id of the profile ## Query parameters: - `hitDecisions` (array) The hit decisions. It can be the collection of undecided, truematch, falsepositive, discarded - `page` (integer) Starting page number. - `pageSize` (integer) Number of items to return per Page. ## Response 200 fields (application/json): - `items` (array) - `items.id` (string) The Id of the search hit. - `items.hitScore` (number) The hit score associated to the search hit. - `items.name` (string,null) The name associated to the search hit. - `items.match` (string,null) The match string associated to the search hit. - `items.countries` (array,null) The countries associated to the search hit. - `items.datasets` (array,null) The datasets associated to the search hit. - `items.decision` (string) The decision made on the search hit. - `items.note` (string,null) The note added to the search hit. - `items.modifiedById` (number) The search hit last modified by user id. - `items.modifiedBy` (string,null) The search hit last modified by user name. - `items.modifiedAt` (string) The search hit last modified date and time. - `items.createdAt` (string) The search hit created date and time. - `items.firstName` (string,null) The first name of the search hit. - `items.middleName` (string,null) The middle name of the search hit. - `items.lastName` (string,null) The last name of the search hit. - `items.gender` (string,null) The gender associated to the search hit. - `items.datesOfBirth` (array,null) The dates of birth associated to the search hit. - `items.pepTier` (string,null) The pep tier associated to the search hit. - `items.profileImages` (array,null) The profile images associated to the search hit. - `items.supersededHit` (object) - `items.searchId` (string) The id of the search associated to the hit. - `items.searchType` (string) The type of search associated to the hit. - `totalSize` (number) ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected