# Return List Of AML Searches On The Given Profile Returns a list of searches both business and individual associated to the profile for the profile Id. Endpoint: GET /compliance/kyc-protect/profiles/{profileId}/searches 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. - `isScheduled` (boolean) ## Response 200 fields (application/json): - `totalSize` (integer) - `items` (array) - `items.id` (string) Id of the search - `items.name` (object) Name provided for the search. Length must not exceed 200 characters - `items.countryCodes` (array) Countries provided to the search - `items.threshold` (integer) Hits with scores below this value will not be shown. - `items.type` (string) Indicates whether search type is individual or business - `items.datasets` (array) Provided datasets for the search - `items.status` (string) Status of the search - `items.riskRating` (string) Risk associated with the search - `items.assignedToUserId` (object) Id of the user assigned to the search - `items.assignedUser` (object) Name of the user assigned to the search - `items.createdById` (integer) Id of the user who created the search - `items.createdBy` (string) Name of the user who created the search - `items.createdAt` (string) Search created date time - `items.modifiedById` (integer) Id of the user who modified the search - `items.modifiedBy` (string) Name of the user who modified the search - `items.modifiedAt` (string) Search modified date time - `items.note` (object) Note associated with the search - `items.totalHitCount` (integer) Total number of hits in the search - `items.truePositiveHitsCount` (integer) The number of true-positive hits in the search - `items.falsePositiveHitsCount` (integer) The number of false-positive hits in the search - `items.undecidedHitsCount` (integer) The number of undecided hits in the search - `items.firstName` (object) First name provided in the search. The combination of first name, middle name, and last name must not exceed 200 characters - `items.middleName` (object) Middle name provided in the search. The combination of first name, middle name, and last name must not exceed 200 characters - `items.lastName` (object) Last name provided in the search. The combination of first name, middle name, and last name must not exceed 200 characters - `items.gender` (object) Gender provided in the search. Available values are male, female. - `items.dateOfBirth` (object) DOB provided in the search - `items.pepTiers` (array) Pep Tiers provided in the search. Avaialable values are pepTier1, pepTier2, pepTier3. - `items.scheduleId` (object) Schedule Id linked to 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" ## 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