# Return All Hits For A Schedule By Created Date Get all hits for an AML monitoring schedule ordered by hit created date. Endpoint: GET /compliance/kyc-protect/schedules/amlAlerts Version: 1.10.9 Security: bearerToken ## Query parameters: - `page` (integer) Starting page number. - `pageSize` (integer) Number of items to return per Page. - `hitDecisions` (array) The hit decisions to filter by. It can be the collection of undecided, truematch, falsepositive, discarded ## Response 200 fields (application/json): - `correlationId` (string) - `totalSize` (integer) - `items` (array) - `items.id` (string) The id of the schedule. - `items.searchId` (string) The id of the search that was being scheduled - `items.isEmailRequired` (boolean) Indicates whether the schedule requires an email to be sent when the search is run - `items.emailRecipients` (array) The email recipients that the email should be sent to when the search is run. - `items.name` (string,null) The name used in the search criteria. - `items.countries` (array,null) The list of country codes used in the search criteria. - `items.datasets` (array,null) The datasets associated to the search criteria. - `items.modifiedById` (integer) The id of the user who last modified the schedule. - `items.modifiedBy` (string,null) The name of the user who last modified the schedule. - `items.modifiedAt` (string) The time the schedule was last modified. - `items.createdAt` (string) The time the schedule was created. - `items.createdById` (integer) The id of the user who created the schedule - `items.createdBy` (string,null) The name of the user who created the schedule. - `items.firstName` (string,null) The first name used in the search criteria. - `items.middleName` (string,null) The middle name used in the search criteria. - `items.lastName` (string,null) The last name used in the search criteria. - `items.gender` (string,null) The gender used in the search criteria, male, female. - `items.datesOfBirth` (string,null) The date of birth used in the search criteria. Can be in the format YYYY or YYYY-MM-DD - `items.pepTier` (string,null) The pep tiers used in the search criteria, pepTier1, pepTier2, pepTier3, byAssociation. - `items.isDobRequired` (boolean,null) Is dob required used in the search criteria. - `items.threshold` (integer) The threshold used in the search criteria. ## 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 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