# Return Async AML Jobs By Id Returns a list of async aml jobs for user. Endpoint: GET /compliance/kyc-protect/asyncAmlJobs/{jobId} Version: 1.10.9 Security: bearerToken ## Query parameters: - `page` (integer) Starting page number. - `pageSize` (integer) Number of items to return per Page. ## Path parameters: - `jobId` (string, required) id of the async aml job ## Response 200 fields (application/json): - `id` (string) - `status` (string) Enum: "created", "processing", "completed" - `createdAt` (string) - `createdById` (integer) - `createdBy` (string) - `startedAt` (string,null) - `finishedAt` (string,null) - `criteriaCount` (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