# Return Business AML Search Hits Returns the business AML search hits from the AML search results. Endpoint: GET /compliance/kyc-protect/searches/businesses/{searchId}/hits Version: 1.10.9 Security: bearerToken ## Query parameters: - `page` (integer) Starting page number. - `pageSize` (integer) Number of items to return per Page. - `hitDecisions` (string) The hit decisions. Available Values - [undecided, truematch, falsepositive, discarded] ## Path parameters: - `searchId` (string, required) Id of the search ## Response 200 fields (application/json): - `items` (array) - `items.id` (string) The Id of the search hit. - `items.hitScore` (integer) The hit score associated to the search hit. - `items.name` (string,null) The name associated to the search hit. - `items.match` (string) The match string associated to the search hit. - `items.countries` (array) The countries associated to the search hit. - `items.datasets` (array) The datasets associated to the search hit. - `items.decision` (string) The decision made on the search hit. Available values are undecided, trueMatch, falsePositive and discarded. - `items.note` (string) The note added to the search hit. - `items.modifiedById` (integer) The search hit last modified by user id. - `items.modifiedBy` (string) 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.supersededHit` (object) - `items.supersededHit.decision` (string) The decision made on the search hit. Available values are undecided, trueMatch, falsePositive anddiscarded. - `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