# Return Business AML Search By Search Id Returns a single AML search based on Search id. Endpoint: GET /compliance/kyc-protect/searches/businesses/{searchId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `searchId` (string, required) Id of the search ## Response 200 fields (application/json): - `id` (string) Id of the search - `name` (string) Name provided for the search. Length must not exceed 200 characters - `countryCodes` (array) Countries provided to the search - `threshold` (integer) Hits with scores below this value will not be shown. - `type` (string) Indicates whether search type is individual or business - `datasets` (array) Provided datasets for the search - `status` (string) Status of the search. Available values are new, approved, declined, pending, cancelled, referred and closed. - `riskRating` (string) The risk rating being assigned to the profile Enum: "notApplicable", "veryLow", "low", "medium", "high", "veryHigh" - `assignedToUserId` (integer) Id of the user assigned to the search - `assignedUser` (string) Name of the user assigned to the search - `createdById` (integer) Id of the user who created the search - `createdBy` (string) Name of the user who created the search - `createdAt` (string) Search created date time - `modifiedById` (integer) Id of the user who modified the search - `modifiedBy` (string) Name of the user who modified the search - `modifiedAt` (string) Search modified date time - `note` (string) Note associated with the search - `scheduleId` (string) Schedule Id linked to the search - `totalHitCount` (integer) Total number of hits in the search - `truePositiveHitsCount` (integer) The number of true-positive hits in the search - `falsePositiveHitsCount` (integer) The number of false-positive hits in the search - `undecidedHitsCount` (integer) The number of undecided hits in the search ## 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"