# Return Async Job Criteria By Id Gets a list of job criteria by async job id for user. Endpoint: GET /compliance/kyc-protect/asyncAmlJobs/{jobId}/criteria 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 criteria statuses. It can be the collection of submitted, processing, completed, failed. ## Path parameters: - `jobId` (string, required) id of the async aml job ## Response 200 fields (application/json): - `items` (object) - `items.id` (string) - `items.jobId` (string) - `items.status` (string) Enum: "submitted", "processing", "completed", "failed" - `items.errorMessage` (string,null) - `items.targetType` (string) Enum: "profile", "keyParty" - `items.targetId` (string) - `items.type` (string) Enum: "individual", "business" - `items.startedAt` (string,null) - `items.finishedAt` (string,null) - `items.countryCodes` (array) - `items.threshold` (integer) - `items.name` (string,null) - `items.firstName` (string,null) - `items.middleName` (string,null) - `items.lastName` (string,null) - `items.dateOfBirth` (string,null) Can be in the format YYYY or YYYY-MM-DD - `items.gender` (string,null) Enum: "male", "female" - `items.pepTiers` (array) Enum: "pepTier1", "pepTier2", "pepTier3" - `items.datasets` (array) - `items.isDobRequired` (boolean,null) Indicates whether date of birth is required for the individual search. - `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