# Return All Async AML Jobs Gets a list of async aml jobs for user. Endpoint: GET /compliance/kyc-protect/asyncAmlJobs Version: 1.10.9 Security: bearerToken ## Query parameters: - `page` (integer) Starting page number. - `pageSize` (integer) Number of items to return per Page. - `statuses` (array) The async job statuses. It can be the collection of created, processing, completed - `targetType` (string) The async job's target type. It can be either Profile or KeyParty Enum: "profile", "keyParty" ## Response 200 fields (application/json): - `items` (array) - `items.id` (string) - `items.status` (string) Enum: "created", "processing", "completed" - `items.createdAt` (string) - `items.createdById` (integer) - `items.createdBy` (string) - `items.startedAt` (string,null) - `items.finishedAt` (string,null) - `items.criteriaCount` (integer) - `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