# Return All Hits Linked To The Profile Returns hits of all searches linked to the profile and key parties. Endpoint: GET /compliance/kyc-protect/profiles/{profileId}/amlAlerts Version: 1.10.9 Security: bearerToken ## Path parameters: - `profileId` (string, required) id of the profile ## Query parameters: - `page` (integer) Starting page number. - `pageSize` (integer) Number of items to return per Page. - `hitDecisions` (array) The hit decisions to filter by. It can be the collection of undecided, truematch, falsepositive, discarded ## Response 200 fields (application/json): - `totalSize` (integer) - `items` (array) - `items.id` (string) The id of the schedule - `items.searchId` (string) The id of the search that was being scheduled - `items.profileId` (string,null) The id of the profile linked to the search that was being scheduled - `items.scheduleId` (string) The id of the schedule - `items.keyPartyId` (string,null) The id of the key party linked to the search that was being scheduled - `items.searchType` (string) The type of the search that was being scheduled Enum: "individual", "business" - `items.supersededHit` (object) - `items.supersededHit.id` (string) The Id of the search hit. - `items.supersededHit.hitScore` (integer) The hit score associated to the search hit. - `items.supersededHit.name` (string,null) The name associated to the search hit. - `items.supersededHit.match` (string,null) The match string associated to the search hit. - `items.supersededHit.countries` (array,null) The countries associated to the search hit. - `items.supersededHit.datasets` (array,null) The datasets associated to the search hit. - `items.supersededHit.decision` (string) The decision made on the search hit. Enum: "undecided", "trueMatch", "falsePositive", "discarded" - `items.supersededHit.note` (string,null) The note added to the search hit. - `items.supersededHit.modifiedById` (integer) The search hit last modified by user id. - `items.supersededHit.modifiedBy` (string,null) The search hit last modified by user name. - `items.supersededHit.modifiedAt` (string) The search hit last modified date and time. - `items.supersededHit.createdAt` (string) The search hit created date and time. - `items.supersededHit.firstName` (string,null) The first name of the search hit. - `items.supersededHit.middleName` (string,null) The middle name of the search hit. - `items.supersededHit.lastName` (string,null) The last name of the search hit. - `items.supersededHit.gender` (string,null) The gender associated to the search hit. Enum: "male", "female" - `items.supersededHit.datesOfBirth` (string,null) The dates of birth associated to the search hit. - `items.supersededHit.pepTier` (string,null) The pep tier associated to the search hit. Enum: "pepTier1", "pepTier2", "pepTier3" - `items.supersededHit.profileImages` (array,null) The profile images associated to the search hit. ## 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 ## Response 409 fields (application/json): - `correlationId` (string) The unique identifier. (A UUID specified by RFC4122). - `message` (string) - `details` (string) Provides further information on why the request was rejected