# Alert Metrics Returns a list of KYC and AML alert metrics on profiles. Endpoint: GET /compliance/kyc-protect/profiles/alerts/metrics Version: 1.10.9 Security: bearerToken ## Query parameters: - `page` (integer) Starting page number. - `pageSize` (integer) Number of items to return per Page. - `searchTerm` (string) A search term to search by. The search term will be matched against profile names, and internal ids - `sortOrder` (string) The order in which the items should be sorted. Available values: asc, desc - `sortBy` (string) The field by which the items should be sorted. Available values: alertLastModifiedDate, addedToMonitoringDate, latestAlertDate ## Response 200 fields (application/json): - `totalSize` (integer) - `items` (array) - `items.profileId` (string) Id of the Profile - `items.profileName` (string) Name of the Profile - `items.internalId` (string,null) Internal Id of the Profile - `items.undecidedSearchHitsCount` (integer) Count of search hits that are in Undecided state that are associated to profile - `items.openKycAlertsCount` (integer) Count of kyc alerts that are in Open state that are associated to profile - `items.latestAlertCreatedAt` (string) The Latest alert created date and time that associated to profile - `items.latestMonitoringUpdaterRunAt` (string,null) The Latest monitoring updater run date and time ## 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