# Return List Of Alerts By Profile Gets a list of kyc alerts by profile. Endpoint: GET /compliance/kyc-protect/kycMonitoring/profiles/{profileId}/alerts 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. - `statuses` (array) Statuses of kyc alert to filter. Allowed values are Open, ClosedProcessed and ClosedUnprocessed ## Response 200 fields (application/json): - `items` (array) - `items.id` (string) Id of the kyc alert - `items.profileId` (string) Id of the profile - `items.safeNumber` (string,null) Safe number of the profile - `items.companyId` (string,null) Company id of the profile - `items.previousValue` (string,null) Previous value from the kyc alert - `items.newValue` (string,null) New value from the kyc alert - `items.ruleName` (string,null) Rule name from the kyc alert - `items.eventAt` (string) Date of the kyc alert when it got created - `items.status` (string) Status of kyc alert, open, closedProcessed, closedUnprocessed - `items.note` (string) Note of kyc alert - `items.createdAt` (string) Kyc alert created time - `items.createdById` (integer) Id of the user who created the kyc alert - `items.createdBy` (string) Name of the user who created the kyc alert - `items.modifiedAt` (string,null) kyc alert last updated time - `items.modifiedById` (integer,null) Id of the user who last modified the kyc alert - `items.modifiedBy` (string,null) Name of the user who last modified the kyc alert - `totalSize` (integer) ## 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